Type Alias: Oklch
Oklch:
object
Represents a color in the Oklch color space. 'L' is the lightness component (1-100%). 'C' is the chroma component (1-100). 'h' is the hue component (0 to 360).
Type declaration
Name | Type | Defined in |
---|---|---|
C | number | types.ts:122 |
h | number | types.ts:123 |
L | number | types.ts:121 |
Defined in
types.ts:120