Converts an HWB color to the RGB color space.
This function implements the standard algorithm for converting from HWB to RGB. When whiteness + blackness >= 1, the color becomes a shade of gray.
The HWB color to convert
The color in RGB space
Converts an HWB color to the RGB color space.
This function implements the standard algorithm for converting from HWB to RGB. When whiteness + blackness >= 1, the color becomes a shade of gray.