> ## Documentation Index
> Fetch the complete documentation index at: https://learn.workflow.dog/llms.txt
> Use this file to discover all available pages before exploring further.

# Invert Colors

> Create a color-negative version of an image.

**Invert Colors** replaces each color channel with its inverse while leaving
the alpha channel unchanged.

| Direction | Field              | Type | Description                                                        |
| --------- | ------------------ | ---- | ------------------------------------------------------------------ |
| Input     | **Image**          | File | The image to invert.                                               |
| Output    | **Inverted Image** | File | The color-inverted image, preserving the input name and MIME type. |

Transparent pixels keep their transparency. Running the result through
**Invert Colors** a second time approximately restores the original colors,
subject to any encoding loss in the image format.
