Color Mix Mixer

N in - 1 out color mixer. Mixes color flows together according values of an array.

This modules works also with color-array modules.

Settings

mix values

Array which contains a set of values from 0 to 1.

The first value of the array determines the amount of the first color flow

  • 0: nothing,
  • 1: all the flow is passed to the output.

The second value of the array determines the amount of the second color flow, etc

If mix value is the array [0.2,0.5,0.6,0.1] then
out = 0.2 * colorIn1 + 0.5 * colorIn2 + 0.6 * colorIn3 + 0.1 * colorIn4

color in

Input color.

out

Output result, as a mix of color inputs according the mix values array.

ignore alpha

Ignore the alpha channel in the color mix result.

See also

version 6.0.240115

Edit All Pages