@tempots/color

hsl2rgb() function

Converts an HSL color value to an RGB color value.

Signature:

hsl2rgb: (hsl: HSL) => RGB

Parameters

Parameter

Type

Description

hsl

HSL

The HSL color value to convert.

Returns: RGB

The converted RGB color value.