Back to Hugo

images.Saturation

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

0.161.1384 B
Original Source

The percentage must be in the range [-100, 500] where 0 has no effect.

Usage

Create the filter:

go-html-template
{{ $filter := images.Saturation 65 }}

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

Example

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

}}