rotateHue method

  1. @override
LabColor rotateHue(
  1. num amount
)

Rotates the hue of this color by amount in degrees.

Implementation

@override
LabColor rotateHue(num amount) => super.rotateHue(amount).cast();