public static enum LXOutput.GammaMode extends Enum<LXOutput.GammaMode>
Enum Constant and Description |
---|
DIRECT
Use gamma correction setting in this specific output
|
INHERIT
Inherit gamma table from parent
|
Modifier and Type | Method and Description |
---|---|
static LXOutput.GammaMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LXOutput.GammaMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LXOutput.GammaMode INHERIT
public static final LXOutput.GammaMode DIRECT
public static LXOutput.GammaMode[] values()
for (LXOutput.GammaMode c : LXOutput.GammaMode.values()) System.out.println(c);
public static LXOutput.GammaMode 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