[]
Defines the type of a gradient falloff.
public enum C1GaugeGradientFalloff
| Name | Description |
|---|---|
| Plain | Creates an even linear blend from the starting color to the ending color. |
| SigmaBell | Creates a gradient falloff based on a bell-shaped curve. |
| Triangular | Creates a gradient with a center color and a linear falloff to a single color on both ends. |