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