<aside> π
Color Inversion - Flip Colors to Opposite Values
Invert all colors in an image (whiteβblack, redβcyan, etc.). One simple control: apply inversion or not. Use it for creative effects, artistic styling, blending experimentation, analyzing regions, accessibility, or creating unique composites. Perfect for exploring which colors work best together before blending with Image Add or Image Multiply.
</aside>
Color Inverse inverts all colors in an image. Each pixel's RGB values are inverted: R becomes 255-R, G becomes 255-G, B becomes 255-B. White (255,255,255) becomes black (0,0,0), red becomes cyan, green becomes magenta, blue becomes yellow. One-step operation with no parameters. Use it for creative effects, experimentation, accessibility, or artistic styling.
<aside>
How Color Inversion Works:
`Color Inversion Formula: Output R = 255 - Input R Output G = 255 - Input G Output B = 255 - Input B
Examples: Red (255, 0, 0) β Cyan (0, 255, 255) Green (0, 255, 0) β Magenta (255, 0, 255) Blue (0, 0, 255) β Yellow (255, 255, 0) White (255, 255, 255) β Black (0, 0, 0) Black (0, 0, 0) β White (255, 255, 255) Gray (128, 128, 128) β Gray (127, 127, 127)`
</aside>
Load image β Upload image and connect it to Color Inverse tool (sample flow from Image Blur)


Run Flow

