rotateHue method

  1. @override
XyzColor rotateHue(
  1. num amount
)
override

Rotates the hue of this color by amount in degrees.

Implementation

@override
XyzColor rotateHue(num amount) =>
    ColorAdjustments.rotateHue(this, amount).toXyzColor();