public static enum DeepAR.ToneMapping extends java.lang.Enum<DeepAR.ToneMapping>
Enum Constant and Description |
---|
ACES |
AGX |
Cineon |
Linear |
Neutral |
Reinhard |
Modifier and Type | Field and Description |
---|---|
int |
intValue |
Modifier and Type | Method and Description |
---|---|
static DeepAR.ToneMapping |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DeepAR.ToneMapping[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DeepAR.ToneMapping Linear
public static final DeepAR.ToneMapping Reinhard
public static final DeepAR.ToneMapping Cineon
public static final DeepAR.ToneMapping ACES
public static final DeepAR.ToneMapping AGX
public static final DeepAR.ToneMapping Neutral
public static DeepAR.ToneMapping[] values()
for (DeepAR.ToneMapping c : DeepAR.ToneMapping.values()) System.out.println(c);
public static DeepAR.ToneMapping valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null