Table of Contents

Field multi

Namespace
Gamelogic.Colors
Assembly
Gamelogic.Colors.dll

If true, the node will generate count number of random values, and generate a set of colors for each input color using the same set of random values for each color. The number of outputs will be the number of inputs times the number count.

If false, a random value will be generated for each color, and one color will be generated for each input color using that random value. The number of outputs will be the same as the number of inputs.

public bool multi

Returns

bool
If true, the node will generate count number of random values, and generate a set of colors for each input color using the same set of random values for each color. The number of outputs will be the number of inputs times the number count. If false, a random value will be generated for each color, and one color will be generated for each input color using that random value. The number of outputs will be the same as the number of inputs.