mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
700 B
700 B
title | description | categories | keywords | action | toc | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
images.Saturation | Returns an image filter that changes the saturation of an image. |
|
true |
The percentage must be in the range [-100, 500] where 0 has no effect.
Usage
Create the filter:
{{ $filter := images.Saturation 65 }}
{{% include "functions/images/_common/apply-image-filter.md" %}}
Example
{{< img src="images/examples/zion-national-park.jpg" alt="Zion National Park" filter="Saturation" filterArgs="65" example=true
}}