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