Type Alias: LAB
LAB:
object
Represents a color in the LAB color space. 'l' (lightness) is typically between 0 and 100. 'a' and 'b' are typically between -128 and 127.
Type declaration
Name | Type | Defined in |
---|---|---|
a | number | types.ts:59 |
b | number | types.ts:60 |
l | number | types.ts:58 |
whitePoint ? | WhitePoint | types.ts:61 |
Defined in
types.ts:57