Type Alias: LCH
LCH:
object
Represents a color in the LCH color space. 'l' (lightness) is typically between 0 and 100. 'c' (chroma) is typically between 0 and 230. 'h' (hue) is between 0 and 360.
Type declaration
Name | Type | Defined in |
---|---|---|
alpha ? | number | types.ts:74 |
c | number | types.ts:72 |
h | number | types.ts:73 |
l | number | types.ts:71 |
Defined in
types.ts:70