hslToRgb()
The hslToRgb
function allows you to convert an HSL color value to its corresponding RGB value.
Usage
Parameters
hslToRgb(hslObj)
Parameter | Type | Required | Description |
---|---|---|---|
hslObj | HslObj | true | An HSL object that represents a color in the HSLA (Hue, Saturation, Lightness, Alpha) color space. |
Return Value
The hslToRgb
function returns an RGB object of the color value.