Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 382 Bytes

Mixture.AddNode.md

File metadata and controls

20 lines (17 loc) · 382 Bytes

Add

Mixture.AddNode

Inputs

Port Name Description
Source A Input A
Source B Input B
Value Additional Value

Output

Port Name Description
Out

Description

Perform an addition with source A, source B and Color and writes the result to output like so:

_Output = _SourceA + _SourceB + _Value;