ColorMultiply

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

Multiplies Color A and Color B channel by channel, clamps the result to 0-1, and outputs it. It suits tinting, where one side is used as the color and the other as the brightness. Ports that are not connected use the value in the inline color field on the node, and that value is saved with the project.

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

Multiplication is applied to alpha as well. If the alpha of either side is 0, the output alpha is also 0.

Input ports

Port IDType
Color AColor
Color BColor

Output ports

Port IDType
ColorColor

Synapse Apps (scripting)

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

Also referenced from