Maptitude GISDK Help |
Creates a color based on hue, saturation and brightness.
c = ColorHSV(real hue, real saturation, real value)
Argument |
Contents |
hue |
Hue in color spectrum, from 0 (red) to 359 (violet), or -1 for an achromatic color (e.g. white, gray, black). |
saturation |
Saturation, from 0 (unsaturated, achromatic) to 1 (maximally saturated, pure color). |
value |
Brightness value from 0 (dark) to 1 (light), with maximally bright pure red, green and blue colors having a value of 1. |
A color (red, green, blue, and alpha).
Pure red with maximum brightness corresponds to (hue = 0, saturation = 1, value = 1). Pure green and pure blue are similar with hues of 120 and 240 respectively.
Pure white corresponds to (hue = -1, saturation = 0, value = 1).
Pure black corresponds to (hue = -1, saturation = 0, value = 0).
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, lightness and saturation |
|
Creates a color based on its (x, y, Y) coordinates in CIE chromaticity space. |
©2025 Caliper Corporation | www.caliper.com |