CIEXYZValue
The information needed to describe a color in the CIE XYZ color space.
Elements
| Name | Type | Description |
|---|---|---|
| Z | double | The Z color information. |
| Y | double | The color luminance. |
| X | double | The X color information. |
| alpha | unsigned char | The alpha value of the color, which represents extra information about a color image, such as gamma correction. |