Represents a color in the HWB color space.
HWB (Hue, Whiteness, Blackness) is a cylindrical color model that rearranges the RGB color model to be more intuitive for humans to work with. It was designed to be more user-friendly than HSL or HSV.
Optional
The alpha (opacity) component (0-1), optional
The blackness component (0-1)
The hue component (0-360 degrees)
The whiteness component (0-1)
Represents a color in the HWB color space.
HWB (Hue, Whiteness, Blackness) is a cylindrical color model that rearranges the RGB color model to be more intuitive for humans to work with. It was designed to be more user-friendly than HSL or HSV.