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 ID | Type |
|---|---|
Color A | Color |
Color B | Color |
Output ports
| Port ID | Type |
|---|---|
Color | Color |
Synapse Apps (scripting)
await synapse.modules.create({ type: "ColorMultiply" }) 

