public static enum LXColor.Blend extends Enum<LXColor.Blend>
Enum Constant and Description |
---|
ADD |
DARKEST |
LERP |
LIGHTEST |
MULTIPLY |
SCREEN |
SUBTRACT |
Modifier and Type | Method and Description |
---|---|
static LXColor.Blend |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LXColor.Blend[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LXColor.Blend LERP
public static final LXColor.Blend ADD
public static final LXColor.Blend SUBTRACT
public static final LXColor.Blend MULTIPLY
public static final LXColor.Blend SCREEN
public static final LXColor.Blend LIGHTEST
public static final LXColor.Blend DARKEST
public static LXColor.Blend[] values()
for (LXColor.Blend c : LXColor.Blend.values()) System.out.println(c);
public static LXColor.Blend valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullLX library by Mark C. Slee. © 2012-2020