mirror of https://github.com/gohugoio/hugo
543 B
543 B
title | description | categories | keywords | params | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
images.Invert | Returns an image filter that negates the colors of an image. |
|
Usage
Create the filter:
{{ $filter := images.Invert }}
{{% include "/_common/functions/images/apply-image-filter.md" %}}
Example
{{< img src="images/examples/zion-national-park.jpg" alt="Zion National Park" filter="Invert" filterArgs="" example=true
}}