Rotates the hue of this color by amount in radians.
amount
@override XyzColor rotateHueRad(double amount) => ColorAdjustments.rotateHueRad(this, amount).toXyzColor();