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

# ImageInvert - ComfyUI Built-in Node Documentation

> Complete documentation for the ImageInvert node in ComfyUI. Learn its inputs, outputs, parameters and usage.

The `ImageInvert` node is designed to invert the colors of an image, effectively transforming each pixel's color value to its complementary color on the color wheel. This operation is useful for creating negative images or for visual effects that require color inversion.

## Inputs

| Parameter | Data Type | Description                                                                                                                                                                                                                     |
| --------- | --------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `image`   | `IMAGE`   | The 'image' parameter represents the input image to be inverted. It is crucial for specifying the target image whose colors are to be inverted, affecting the node's execution and the visual outcome of the inversion process. |

## Outputs

| Parameter | Data Type | Description                                                                                                                 |
| --------- | --------- | --------------------------------------------------------------------------------------------------------------------------- |
| `image`   | `IMAGE`   | The output is an inverted version of the input image, with each pixel's color value transformed to its complementary color. |
