HSL (MDX)
Returns a color from its HSL (hue, saturation, and lightness) representation.
Parameters
Name | Type | Cardinality | Default value |
hue | value-expression | one | |
saturation | value-expression | one | |
lightness | value-expression | one |
Return
color
Description
The function returns a color in the HSL (hue, saturation, and lightness) color space.
The saturation and lightness 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.