|
|||||||||
| 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
com.threerings.opengl.renderer.config.ColorizationConfig.FullyCustom
public static class ColorizationConfig.FullyCustom
A fully custom colorization.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.threerings.opengl.renderer.config.ColorizationConfig |
|---|
ColorizationConfig.CustomOffsets, ColorizationConfig.CustomOffsetsColorization, ColorizationConfig.FullyCustom, ColorizationConfig.FullyCustomColorization, ColorizationConfig.Normal, ColorizationConfig.Triplet |
| Nested classes/interfaces inherited from interface com.threerings.io.Streamable |
|---|
Streamable.Closure |
| Field Summary | |
|---|---|
ColorizationConfig.Triplet |
offsets
The color offsets. |
ColorizationConfig.Triplet |
range
The range to recolor. |
Color4f |
source
The source color. |
| Constructor Summary | |
|---|---|
ColorizationConfig.FullyCustom()
|
|
| Method Summary | |
|---|---|
Colorization |
getColorization(GlContext ctx)
Returns the colorization for this config. |
| Methods inherited from class com.threerings.opengl.renderer.config.ColorizationConfig |
|---|
createConfig |
| 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 |
| Field Detail |
|---|
@Editable public Color4f source
@Editable public ColorizationConfig.Triplet range
@Editable public ColorizationConfig.Triplet offsets
| Constructor Detail |
|---|
public ColorizationConfig.FullyCustom()
| Method Detail |
|---|
public Colorization getColorization(GlContext ctx)
ColorizationConfig
getColorization in class ColorizationConfig
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||