Back to Hugo

images.Hue

docs/content/en/functions/images/Hue.md

0.161.1382 B
Original Source

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

Usage

Create the filter:

go-html-template
{{ $filter := images.Hue -15 }}

{{% include "/_common/functions/images/apply-image-filter.md" %}}

Example

{{< img src="images/examples/zion-national-park.jpg" alt="Zion National Park" filter="Hue" filterArgs="-15" example=true

}}