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, com.threerings.io.Streamable, Copyable, Cloneable
- Enclosing class:
- ColorizationConfig
public static class ColorizationConfig.Triplet
- extends DeepObject
- implements Exportable, com.threerings.io.Streamable
Represents a set of hue, saturation, and value values.
| Nested classes/interfaces inherited from interface com.threerings.io.Streamable |
com.threerings.io.Streamable.Closure |
|
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.
Copyright © 2011. All Rights Reserved.