HSLToColor
Description
Converts HSL (opens in a new tab) (Hue, Saturation, Lightness) values to a color.
Arguments
number h
The hue value.
number s
The saturation value.
number l
The lightness value.
number a = 1
The alpha (opacity) value.
Returns
Color
The color which the HSL values represent.