See: Description
| Interface | Description |
|---|---|
| RColor |
A base interface for all color spaces.
|
| Class | Description |
|---|---|
| ColorDifference |
A collection of functions to calculate the difference / distance or the
similarity between colors.
|
| ColorHelper |
A collection of static functions in relationship to RColor and
ColorDifference.
|
| ColorPalette |
Class for storing multiple colors.
|
| HSBColor |
A model for color in HSB color space.
|
| LabColor |
A model for color in Lab color space.
|
| LCHColor |
A model for color in LCH color space.
|
| RGBColor |
A model for color in RGB color space.
|
| XYZColor |
A model for color in XYZ color space.
|
| Enum | Description |
|---|---|
| ColorDifferenceMeasure |
A collection of valid distance measures for colors.
|
| ColorSpace |
A collection of valid color spaces.
|