GetColorCIE()

Summary

Returns the (x, y, Y) coordinates of a color in CIE chromaticity space.

Syntax

cie_array = GetColorCIE(color c)

Argument Contents
c The color whose (x, y, Y) coordinates are determined

Returns

An array of three (3) elements: the (x, y, Y) coordinates of the color in CIE chromaticity space.

Element Type Contents
1 Real x-coordinate in CIE chromaticity space
2 Real y-coordinate in CIE chromaticity space
3 Real Y-coordinate in CIE chromaticity space

Notes

  • The CIE chromaticity space is a reversible linear transformation of the red-green-blue color space, which defines a color by its amounts of red, green and blue saturations.

See Also

Function Summary
ColorCIE() Creates a color based on its (x, y, Y) coordinates in CIE chromaticity space