rotateHueRad method
Rotates the hue of this color by amount
in radians.
Implementation
@override
OklabColor rotateHueRad(double amount) => super.rotateHueRad(amount).cast();
Rotates the hue of this color by amount
in radians.
@override
OklabColor rotateHueRad(double amount) => super.rotateHueRad(amount).cast();