rotateHueRad method

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

Rotates the hue of this color by amount in radians.

Implementation

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