com.threerings.opengl.renderer.config
Class ColorizationConfig.Triplet
java.lang.Object
com.threerings.util.DeepObject
com.threerings.opengl.renderer.config.ColorizationConfig.Triplet
- All Implemented Interfaces:
- Exportable, Streamable, Copyable, Cloneable
- Enclosing class:
- ColorizationConfig
public static class ColorizationConfig.Triplet
- extends DeepObject
- implements Exportable, Streamable
Represents a set of hue, saturation, and value values.
|
Field Summary |
float |
hue
The hue, saturation, and value offsets. |
float |
saturation
The hue, saturation, and value offsets. |
float |
value
The hue, saturation, and value offsets. |
|
Method Summary |
float[] |
getValues()
Returns a float array containing the triplet values. |
hue
@Editable(min=-1.0,
max=1.0,
step=0.0010,
hgroup="v")
public float hue
- The hue, saturation, and value offsets.
saturation
@Editable(min=-1.0,
max=1.0,
step=0.0010,
hgroup="v")
public float saturation
- The hue, saturation, and value offsets.
value
@Editable(min=-1.0,
max=1.0,
step=0.0010,
hgroup="v")
public float value
- The hue, saturation, and value offsets.
ColorizationConfig.Triplet
public ColorizationConfig.Triplet()
getValues
public float[] getValues()
- Returns a float array containing the triplet values.