images.Hue

images.Hue


Returns an image filter that rotates the hue of an image.

The hue angle shift is typically in the range [-180, 180] where 0 has no effect.

Usage #

Create the filter:

{{ $filter := images.Hue -15 }}

Example #