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