@tempots/color
luv2srgb() function
Converts a color from LUV color space to SRGB color space.
Signature:
luv2srgb: (luv: LUV, whiteReference?: [number, number, number]) => SRGB
Parameters
Parameter |
Type |
Description |
---|---|---|
luv |
The color in LUV color space. | |
whiteReference |
[number, number, number] |
(Optional) The white reference used for the conversion. Defaults to WHITE_REFERENCE. |
Returns: SRGB
The color in SRGB color space.