Returns this HspColor modified with the provided hue value.
HspColor
hue
@override HspColor withHue(num hue) { assert(hue >= 0 && hue <= 360); return HspColor(hue, saturation, perceivedBrightness, alpha); }