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