Converts a HSL color value to RGB. Conversion formula adapted from http://en.wikipedia.org/wiki/HSL_color_space.
https://stackoverflow.com/a/9493060
The hue in the range [0, 1]
[0, 1]
The saturation in the range [0, 1]
The lightness in the range [0, 1]
The RGB representation in the range [0, 255]
[0, 255]
Converts a HSL color value to RGB. Conversion formula adapted from http://en.wikipedia.org/wiki/HSL_color_space.
https://stackoverflow.com/a/9493060