Rotates the hue of this color by amount in degrees.
amount
@override CmykColor rotateHue(num amount) => super.rotateHue(amount).cast();