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