Filter.hueRotate constructor

const Filter.hueRotate([
  1. Angle angle
])

Creates a hue-rotate filter function that rotates the hue of an element and its contents.

Implementation

const factory Filter.hueRotate([Angle angle]) = _HueRotateFilter;