Back to Hugo

images.Sepia

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

0.161.1371 B
Original Source

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

Usage

Create the filter:

go-html-template
{{ $filter := images.Sepia 75 }}

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

Example

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

}}