| | Class | Description |
| | CMY |
CMY is the complement of RGB, it’s a subtractive systems with 3 components: Cyan, Magenta and Yellow. |
| | CMYK |
CMYK (short for cyan, magenta, yellow, and key (black), and often referred to as process color or four color) is a subtractive color model, used in color printing, also used to describe the printing process itself. |
| | Colors |
Manipulates and transforms colors : CMY, CMYK, HSV, HSL, RGB, XYZ, Yxy, etc. |
| | HSL |
A system which represents color as Hue, Saturation and Lightness. |
| | HSV |
A system which represents color as Hue, Saturation and Value. |
| | RGB |
The RGB class encapsulates an rgb color. |
| | RGBA |
The RGBA class encapsulates an rgba color. |
| | Trismulus |
Enumeration of all trismulus references (Reference values of a perfect reflecting diffuser). |
| | XYZ |
The XYZ color system, also called “norm color system”. |
| | YUV |
The YUV defines a color space in terms of one luma (Y') and two chrominance (UV) components. |
| | Yxy |
The Trichromatic coordinates. |