Color2
The information necessary to describe a color in a particular color space.
Elements
Name | Type | Description |
---|---|---|
rgb | RGBValue | The information needed to describe a color in the RGB (Red, Green, and Blue) color space. |
hsl | HSLValue | The information needed to describe a color in the HSL (Hue, Saturation, and Luminance) color space. |
hsv | HSVValue | The information needed to describe a color in the HSI (Hue, Saturation, and Value) color space. |
hsi | HSIValue | The information needed to describe a color in the HSI (Hue, Saturation, and Intensity) color space. |
cieLab | CIELabValue | The information needed to describe a color in the CIE L*a*b* (L, a, b) color space. |
cieXYZ | CIEXYZValue | The information needed to describe a color in the CIE XYZ (X, Y, Z) color space. |
rawValue | int | The integer value for the data in the color union. This value is not valid for the CIE L*a*b* and CIE XYZ color spaces. |