rotateHueRad method

  1. @override
OklabColor rotateHueRad(
  1. double amount
)

Rotates the hue of this color by amount in radians.

Implementation

@override
OklabColor rotateHueRad(double amount) => super.rotateHueRad(amount).cast();