Rotates the hue of this color by amount in radians.
amount
@override HspColor rotateHueRad(double amount) => withHue((hue + (amount * 180 / pi)) % 360);