Node Color Arithmetic Operation - anticto/Mutable-Documentation GitHub Wiki
Function
Perform an arithmetic operation between two colors on a per-component basis.
Use Cases
Combine two different masks into one, like adding a fraction of the roughness mask found under the sticker to add some surface detail.
Node Properties
(dropdown)
Operation: Arithmetic operator that defines the process that will take place.
Input Pins
A: Color used as left operand.
B: Color used as right operand.
Output Pins
Result: Resulting color of applying the operator to the inputs A and B for each channel individually: R, G, B, and A.