Package | Description |
---|---|
net.sourceforge.jiu.color.quantization |
Classes to perform color image quantization, the reduction of the number of unique
colors in an image.
|
Modifier and Type | Field and Description |
---|---|
private RGBColor[] |
RGBColorList.list |
Modifier and Type | Method and Description |
---|---|
RGBColor |
RGBColorList.getColor(int index)
Returns an
RGBColor object from this list, given by its zero-based
index value. |
Modifier and Type | Method and Description |
---|---|
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 . |