@tempots/color

luv2rgb() function

Converts a color from LUV color space to RGB color space.

Signature:

luv2rgb: (luv: LUV, whiteReference?: [number, number, number]) => RGB

Parameters

Parameter

Type

Description

luv

LUV

The LUV color to convert.

whiteReference

[number, number, number]

(Optional) The white reference used for the conversion. Defaults to WHITE_REFERENCE.

Returns: RGB

The converted color in RGB color space.