com.threerings.opengl.renderer.config
Class ColorizationConfig
java.lang.Object
com.threerings.util.DeepObject
com.threerings.opengl.renderer.config.ColorizationConfig
- All Implemented Interfaces:
- Exportable, com.threerings.io.Streamable, Copyable, Cloneable
- Direct Known Subclasses:
- ColorizationConfig.CustomOffsets, ColorizationConfig.FullyCustom, ColorizationConfig.Normal
@EditorTypes(value={ColorizationConfig.Normal.class,ColorizationConfig.CustomOffsets.class,ColorizationConfig.FullyCustom.class})
public abstract class ColorizationConfig- extends DeepObject
- implements Exportable, com.threerings.io.Streamable
Describes a colorization.
| Nested classes/interfaces inherited from interface com.threerings.io.Streamable |
com.threerings.io.Streamable.Closure |
ColorizationConfig
public ColorizationConfig()
createConfig
public static ColorizationConfig createConfig(int clazz,
float hue,
float saturation,
float value)
- Creates a coloriation config
getColorization
public abstract com.threerings.media.image.Colorization getColorization(GlContext ctx)
- Returns the colorization for this config.
Copyright © 2011. All Rights Reserved.