Creates an HWB color from a vector of component values.
This utility function creates an HWB color from an array of numeric values.
The vector containing HWB components [h, w, b]
Optional
The alpha (opacity) component (0-1), optional
A new HWB color object
If the vector does not have exactly 3 components
Creates an HWB color from a vector of component values.
This utility function creates an HWB color from an array of numeric values.