Color.fromHSL

Converts from HSL to RGB

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

Parameters

hue double

Hue in range 0 - 1

saturation double

Saturation in range 0 - 1

lightness double

Lightness in range 0 - 1

Meta