rotateHue abstract method

ColorModel rotateHue(
  1. num amount
)

Rotates the hue of this color by amount in degrees.

Implementation

ColorModel rotateHue(num amount);