mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-14 20:37:55 -05:00
592 B
592 B
title | description | categories | keywords | action | toc | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
images.Invert | Returns an image filter that negates the colors of an image. |
|
true |
Usage
Create the filter:
{{ $filter := images.Invert }}
{{% include "functions/images/_common/apply-image-filter.md" %}}
Example
{{< img src="images/examples/zion-national-park.jpg" alt="Zion National Park" filter="Invert" filterArgs="" example=true
}}