Conversions to/from HWB (Hue, Whiteness, Blackness).
Converts RGB to HWB.
Converts HWB to RGB.
@type hwb() :: {float(), float(), float()}
@type rgb() :: Pote.rgb()
@spec from_rgb(rgb()) :: hwb()
@spec to_rgb(hwb()) :: rgb()