Uses of Class
com.threerings.opengl.renderer.config.ColorizationConfig

Packages that use ColorizationConfig
com.threerings.opengl.gui.config GUI configurations. 
com.threerings.opengl.renderer.config Renderer configuration bits. 
 

Uses of ColorizationConfig in com.threerings.opengl.gui.config
 

Fields in com.threerings.opengl.gui.config declared as ColorizationConfig
 ColorizationConfig[] IconConfig.ColorizedImage.colorizations
          The colorizations to apply to the image.
 ColorizationConfig[] CursorConfig.colorizations
          Colorizations to apply to the cursor.
 ColorizationConfig[] BackgroundConfig.ColorizedImage.colorizations
          The colorizations to apply to the image.
 

Methods in com.threerings.opengl.gui.config with parameters of type ColorizationConfig
static Image IconConfig.getImage(GlContext ctx, String file, ColorizationConfig[] colorizations)
          Retrieves the specified image, applying the desired colorizations.
 

Uses of ColorizationConfig in com.threerings.opengl.renderer.config
 

Subclasses of ColorizationConfig in com.threerings.opengl.renderer.config
static class ColorizationConfig.CustomOffsets
          Uses a pository class and a custom color.
static class ColorizationConfig.FullyCustom
          A fully custom colorization.
static class ColorizationConfig.Normal
          A reference to a pository colorization.
 

Fields in com.threerings.opengl.renderer.config declared as ColorizationConfig
 ColorizationConfig[] TextureConfig.Original1D.ImageFile.colorizations
          The colorizations to apply to the texture.
 ColorizationConfig[] TextureConfig.Original2D.ImageFile.colorizations
          The colorizations to apply to the texture.
 ColorizationConfig[] TextureConfig.Original3D.ImageFile.colorizations
          The colorizations to apply to the texture.
 ColorizationConfig[] TextureConfig.OriginalCubeMap.ImageFile.colorizations
          The colorizations to apply to the texture.
 ColorizationConfig[] TextureConfig.OriginalCubeMap.ImageFiles.colorizations
          The colorizations to apply to the textures.
 

Methods in com.threerings.opengl.renderer.config that return ColorizationConfig
static ColorizationConfig ColorizationConfig.createConfig(int clazz, float hue, float saturation, float value)
          Creates a coloriation config
 

Methods in com.threerings.opengl.renderer.config with parameters of type ColorizationConfig
static BufferedImage TextureConfig.getImage(GlContext ctx, String file, ColorizationConfig[] colorizations)
          Gets the requested image from the cache and applies the specified colorizations.
 



Copyright © 2011. All Rights Reserved.