Enum GradientSelectionMode
Which method to use to select colors from a gradient.
[Version(1, 0, 0)]
[Serializable]
public enum GradientSelectionMode
Fields
Even = 0
Evenly across the gradient.
GoldenRatio = 2
Using the cyclic golden ratio method.
Random = 1
Randomly from the gradient.