Returns a new (R,G,B) color from expressions resulting in values for Hue, Saturation and Intensity.
Syntax
COLORHSI(Hue, Saturation, Intensity)
Input
Hue | is a value |
Value range: | [0,240] |
Saturation | is a value |
Value range: | [0,240] |
Intensity | is a value |
Value range: | [0,240] |
Output
COLORHSI returns: | a color |
Domain: | system domain Color |
Note:
When the input value is undefined or outside the value range [0,240], the output will be (0,0,0).
Tip:
When the definition symbol = is used, a dependent output map or dependent output column is created; when the assignment symbol := is used, the dependency link is immediately broken after the output map/column has been calculated.
Usable in
MapCalc, TabCalc, Simple calculators
See also:
COLOR | CLRGREEN | CLRYELLOW | CLRHUE |
MAPCOLOR | CLRBLUE | CLRMAGENTA | CLRSAT |
RPRCOLOR | CLRCYAN | CLRINTENS | |
CLRGREY | COLORHSI |