Type Alias: HSI
HSI:
object
Represents a color in the HSI color space. 'h' is the hue component (0 to 360). 's' is the saturation component (0 to 100). 'i' is the intensity component (0 to 100).
Type declaration
Name | Type | Defined in |
---|---|---|
h | number | types.ts:201 |
i | number | types.ts:203 |
s | number | types.ts:202 |
Defined in
types.ts:200