Enumeration MinMaxGradientMode

Min max gradient mode

2024.3.18

yisky

Enumeration Members

Color: 0

Use a single color for the MinMaxGradient.

Gradient: 1

Use a single color gradient for the MinMaxGradient.

RandomColor: 4

Define a list of colors in the MinMaxGradient, to be chosen from at random.

TwoColors: 2

Use a single color gradient for the MinMaxGradient.

TwoGradients: 3

Use a random value between 2 color gradients for the MinMaxGradient.