Invert
Inverts image channels, flipping colors to their complement per channel or all at once.
Invert subtracts each pixel value from 255, producing the complementary color. Red becomes cyan, white becomes black, etc. Each channel (R, G, B, A) can be inverted independently. When the input is a single-channel image or mask, the per-channel toggles collapse to one Invert control.
Alpha inversion is off by default to preserve transparency. Enable it when you need to flip a mask or alpha channel.
Parameters
Section titled “Parameters”Pins
Color
Invert the grayscale channel (255 - value).
Shown when a single-channel input is connected.
Invert the red channel (255 - value)
Invert the green channel (255 - value)
Invert the blue channel (255 - value)
Invert the alpha channel (255 - value). Off by default to preserve transparency
Mask
How the connected color image is read as a mask
How the mask is sized when it doesn't match the image
Usage Tips
Section titled “Usage Tips”- Invert only the Alpha channel to flip a mask, so selected becomes unselected.
- Combine with Composite (Difference mode) for creative effects.
- Connect a mask input to invert only specific regions of the image.