withHue abstract method

ColorModel withHue(
  1. num hue
)

Returns this ColorModel with the provided hue value.

Implementation

ColorModel withHue(num hue);