Maptitude GISDK Help |
Creates a color based on its (x, y, Y) coordinates in the CIE chromaticity space.
c = ColorCIE(real x, real y, real cap_y)
Argument |
Contents |
x |
x-coordinate in the CIE chromaticity space |
y |
y-coordinate in the CIE chromaticity space |
cap_y |
Y-coordinate in the CIE chromaticity space |
A color (red, green, blue, and alpha).
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.
Opacity can also be set with the alpha selector on a color; for more information, see Compound Variables.
Function |
Summary |
Creates a color based on the amounts of red, green and blue |
|
Creates a color based on hue, saturation and brightness |
|
Creates a color based on hue, lightness and saturation |
©2025 Caliper Corporation | www.caliper.com |