1
0
Fork 0
hugo/docs/content/en/functions/images/Hue.md

623 B

title description categories keywords params
images.Hue Returns an image filter that rotates the hue of an image.
functions_and_methods
aliases returnType signatures
images.filter
images.Hue SHIFT

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

Usage

Create the filter:

{{ $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

}}