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