@tempots/color

LUV.(constructor)

Creates a new instance of the LUV color.

Signature:

constructor(l: number, u: number, v: number);

Parameters

Parameter

Type

Description

l

number

Lightness in the range (0, 1).

u

number

U component in the range (-1, 1).

v

number

V component in the range (0, 1).