Type Alias: HWB
HWB:
object
Represents a color in the HWB color space. 'h' is the hue component (0 to 360). 'w' is the white component (0 to 100). 'b' is the black component (0 to 100).
Type declaration
Name | Type | Defined in |
---|---|---|
b | number | types.ts:215 |
h | number | types.ts:213 |
w | number | types.ts:214 |
Defined in
types.ts:212