ColorInvert
Inverts each of R, G and B of the input color to 1 − value and outputs it. Alpha is not inverted and passes straight through as it came in. When not connected, it uses the value of the inline color field on the node (default is white).
Even when the input is outside 0-1,
1 − valueis computed as is (no clamping).
Input ports
| Port ID | Type |
|---|---|
Color | Color |
Output ports
| Port ID | Type |
|---|---|
Color | Color |
Synapse Apps (scripting)
await synapse.modules.create({ type: "ColorInvert" }) 

