|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.threerings.util.DeepObject
com.threerings.opengl.renderer.config.ColorizationConfig
@EditorTypes(value={ColorizationConfig.Normal.class,ColorizationConfig.CustomOffsets.class,ColorizationConfig.FullyCustom.class})
public abstract class ColorizationConfigDescribes a colorization.
| Nested Class Summary | |
|---|---|
static class |
ColorizationConfig.CustomOffsets
Uses a pository class and a custom color. |
static class |
ColorizationConfig.CustomOffsetsColorization
A colorization that uses a pository class and custom offsets. |
static class |
ColorizationConfig.FullyCustom
A fully custom colorization. |
static class |
ColorizationConfig.FullyCustomColorization
A fully custom colorization. |
static class |
ColorizationConfig.Normal
A reference to a pository colorization. |
static class |
ColorizationConfig.Triplet
Represents a set of hue, saturation, and value values. |
| Nested classes/interfaces inherited from interface com.threerings.io.Streamable |
|---|
Streamable.Closure |
| Constructor Summary | |
|---|---|
ColorizationConfig()
|
|
| Method Summary | |
|---|---|
static ColorizationConfig |
createConfig(int clazz,
float hue,
float saturation,
float value)
Creates a colorization config |
abstract Colorization |
getColorization(GlContext ctx)
Returns the colorization for this config. |
| Methods inherited from class com.threerings.util.DeepObject |
|---|
clone, copy, copy, equals, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ColorizationConfig()
| Method Detail |
|---|
public static ColorizationConfig createConfig(int clazz,
float hue,
float saturation,
float value)
public abstract Colorization getColorization(GlContext ctx)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||