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

651 B

title description categories keywords params
images.Saturation Returns an image filter that changes the saturation of an image.
functions_and_methods
aliases returnType signatures
images.filter
images.Saturation PERCENTAGE

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

Usage

Create the filter:

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

}}