HSV (MDX)
Create a color from its HSV values.
Parameters
Name | Type | Cardinality | Default value |
hue | value-expression | one | |
saturation | value-expression | one | |
value | value-expression | one |
Return
color
Description
The function returns a color in the HSV color space; e.g., yellow-color = RGV( 60, 1.0, 1.0).
The saturation and value components should be floating-point values between zero and one (numbers in the range 0.0-1.0). The hue component can be any floating-point number.
See Also
Examples
XMLA Properties
Find here the value of the XMLA properties when not specified otherwise.