Color Mix can be used to mix two colors together.
Execute | Executes the Node |
↳ On Start | Executes the Node at the start of the Game |
Enabled | Enable or disable the node. Disabled Nodes cannot be executed |
Clamp | Clamps the color vector between (0,0,0,0) and (1,1,1,1) |
Operator | Determines how Color A and Color B are mixed together. Result depends on which operator is selected. |
Factor |
0 = Color A, 1 = Color B. Values between can be used to mix Colors together. |
Color A | Inputted color vector or selected color index. |
Color B | Inputted color vector or selected color index. |
Color Output | Output the resulting color to an existing UI color slot or choose None to only send it to a specific target |
Output | Output color vector or color index |