public static enum Constants.RangeID extends java.lang.Enum<Constants.RangeID>
| Enum Constant and Description |
|---|
RANGEID_DERIVED
Range is defined by MatrixCoefficients/TransferCharacteristics
|
RANGEID_FULL
Full RGB color range with RGB values from 0 to 255
|
RANGEID_INVALID
Invalid range
|
RANGEID_LIMITED
Limited Rec.
|
| Modifier and Type | Field and Description |
|---|---|
int |
value
Integer value of the color range ID
|
| Modifier and Type | Method and Description |
|---|---|
static int |
getValue(Constants.RangeID id)
Gets the integer value of the color range ID.
|
static Constants.RangeID |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Constants.RangeID[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Constants.RangeID RANGEID_INVALID
public static final Constants.RangeID RANGEID_LIMITED
public static final Constants.RangeID RANGEID_FULL
public static final Constants.RangeID RANGEID_DERIVED
public static Constants.RangeID[] values()
for (Constants.RangeID c : Constants.RangeID.values()) System.out.println(c);
public static Constants.RangeID 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 nullpublic static int getValue(Constants.RangeID id)
id - Color range ID