Rotates the hue of this color by amount in degrees.
amount
@override XyzColor rotateHue(num amount) => ColorAdjustments.rotateHue(this, amount).toXyzColor();