ColorInvert

Read with AI
All docs in one file (llms-full.txt)
ColorInvert #Color #Node
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 − value is computed as is (no clamping).

Input ports

Port IDType
ColorColor

Output ports

Port IDType
ColorColor

Synapse Apps (scripting)

await synapse.modules.create({ type: "ColorInvert" })

Also referenced from