com.threerings.opengl.renderer.config
Class ColorizationConfig.CustomOffsetsColorization

java.lang.Object
  extended by com.threerings.media.image.Colorization
      extended by com.threerings.opengl.renderer.config.ColorizationConfig.CustomOffsetsColorization
Enclosing class:
ColorizationConfig

public static class ColorizationConfig.CustomOffsetsColorization
extends Colorization

A colorization that uses a pository class and custom offsets.


Field Summary
 
Fields inherited from class com.threerings.media.image.Colorization
_fhsv, _hsv, colorizationId, offsets, range, rootColor
 
Constructor Summary
ColorizationConfig.CustomOffsetsColorization(int clazz, Color source, float[] range, float[] offsets)
          Creates a new custom offsets colorization.
 
Method Summary
 boolean equals(Object other)
           
 int hashCode()
           
 
Methods inherited from class com.threerings.media.image.Colorization
distance, getColorizedRoot, matches, recolorColor, toFixedHSV, toString, toVerboseString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ColorizationConfig.CustomOffsetsColorization

public ColorizationConfig.CustomOffsetsColorization(int clazz,
                                                    Color source,
                                                    float[] range,
                                                    float[] offsets)
Creates a new custom offsets colorization.

Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class Colorization

equals

public boolean equals(Object other)
Overrides:
equals in class Colorization