Nodes > Functions > Channels > Mixer

Useful for converting value types, or mixing and matching channels from a few different values. Accepts up to 4 input values and up to 4 configurable output values. Each channel in each output can be assigned to use a specific channel from a specific input.
Inputs
| Name | Type | Description |
|---|---|---|
| A | float | Input A value |
| B | float | Input B value |
| C | float | Input C value |
| D | float | Input D value |
Outputs
| Name | Type | Description |
|---|---|---|
| vec4( A.xyzw ) | float | Output 1 value |
| Output2 | float | Output 2 value |
| Output3 | float | Output 3 value |
| Output4 | float | Output 4 value |
Was this page helpful?