Function: lchToRgb()
lchToRgb(
lch
,whitePoint
):RGB
Converts LCH color to RGB color.
Parameters
Parameter | Type | Default value | Description |
---|---|---|---|
lch | LCH | undefined | The LCH color values. |
whitePoint | WhitePoint | 'D65' | The white point to use (default: 'D65'). |
Returns
The RGB color values.
Defined in
conversions/components/lch.ts:119