JIU 0.14.3

Uses of Class
net.sourceforge.jiu.color.quantization.RGBColor

Packages that use RGBColor
net.sourceforge.jiu.color.quantization Classes to perform color image quantization, the reduction of the number of unique colors in an image. 
 

Uses of RGBColor in net.sourceforge.jiu.color.quantization
 

Methods in net.sourceforge.jiu.color.quantization that return RGBColor
 RGBColor RGBColorList.getColor(int index)
          Returns an RGBColor object from this list, given by its zero-based index value.
 

Methods in net.sourceforge.jiu.color.quantization with parameters of type RGBColor
 int RGBColor.compareTo(RGBColor c, int sortOrder)
          Compares this color to the argument color, using the sortOrder argument (which is one of the three index values defined in RGBIndex.
 


JIU 0.14.3

Copyright © 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Marco Schmidt