| | Constant | Description |
|---|
| | CMY2CMYK |
Converts the specified CMY object in this CMYK representation. |
| | CMY2RGB |
Returns the RGB representation of the specified CMY object. |
| | CMYK2CMY |
Converts the specified CMYK object in this CMY representation. |
| | HSL2RGB |
Returns the RGB representation of the passed-in HSL color. |
| | HSL2RGBNumber |
Returns the rgb number representation of the passed-in HSL color. |
| | HSV2RGB |
Returns the RGB representation of the passed-in HSV color. |
| | HSV2RGBNumber |
Returns the rgb number representation of the passed-in HSV color. |
| | HUE2RGB |
Converts the hue values in rgb values. |
| | RGB2CMY |
Returns the CMY representation of the specified RGB object. |
| | RGB2HSL |
Returns the HSL representation of the passed-in RGB parameter. |
| | RGB2HSV |
Returns the HSV representation of the passed-in RGB parameter. |
| | RGB2XYZ |
Transform the specified RGB in this XYZ representation. |
| | RGB2YUV |
Returns the YUV representation of the passed-in RGB parameter. |
| | XYZ2RGB |
Transform the specified XYZ in this RGB representation (use Observer = 2°, Illuminant = D65). |
| | XYZ2Yxy |
Transform the specified XYZ in this Yxy representation (use Observer = 2°, Illuminant = D65). |
| | YUV2RGB |
Returns the RGB representation of the passed-in YUV parameter. |
| | Yxy2XYZ |
Transform the specified Yxy in this XYZ representation (use Observer = 2°, Illuminant = D65). |
| | 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. |
| | ColorMatrix |
The 5x4 matrix for transforming the color and alpha components of a display. |
| | 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. |