color-hsl-to-rgb

color-hsl-to-rgb is a compiled Lisp function in `color.el'.

(color-hsl-to-rgb H S L)

Convert hue, saturation and luminance to their RGB representation.
H, S, and L should each be numbers between 0.0 and 1.0, inclusive.
Return a list (RED GREEN BLUE), where each element is between 0.0 and 1.0,
inclusive.