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

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

public static class ColorizationConfig.FullyCustomColorization
extends Colorization

A fully custom colorization.


Field Summary
 
Fields inherited from class com.threerings.media.image.Colorization
_fhsv, _hsv, colorizationId, offsets, range, rootColor
 
Constructor Summary
ColorizationConfig.FullyCustomColorization(Color source, float[] range, float[] offsets)
          Creates a new fully custom 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.FullyCustomColorization

public ColorizationConfig.FullyCustomColorization(Color source,
                                                  float[] range,
                                                  float[] offsets)
Creates a new fully custom colorization.

Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class Colorization

equals

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