Color.fromHSL

Converts from HSL to RGB

struct Color
void
fromHSL
(
double hue
,
double saturation
,
double lightness
)

Parameters

hue
Type: double

Hue in range 0 - 1

saturation
Type: double

Saturation in range 0 - 1

lightness
Type: double

Lightness in range 0 - 1

Meta