rotateHueRad method

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

Rotates the hue of this color by amount in radians.

Implementation

@override
OklabColor rotateHueRad(double amount) =>
    ColorAdjustments.rotateHueRad(this, amount).toOklabColor();