ColorAdd

Read with AI
All docs in one file (llms-full.txt)
ColorAdd #Color #Node
ColorAdd

Adds Color A and Color B channel by channel and outputs each clamped to 0-1. It can be used like an additive blend that piles up brightness. Unconnected ports use the value of the inline color field on the node, and that value is saved in the project.

  • Color A / Color B — both default to black (so the default output is black)

The addition applies not only to RGB but also to alpha. If the alpha of both A and B is 1, the output alpha is clamped to 1 rather than 2.

Input ports

Port IDType
Color AColor
Color BColor

Output ports

Port IDType
ColorColor

Synapse Apps (scripting)

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

Also referenced from