Rotates the hue of this color by amount in radians.
amount
@override HsiColor rotateHueRad(double amount) => super.rotateHueRad(amount).cast();