rotateHueRad method

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

Rotates the hue of this color by amount in radians.

Implementation

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