Enum GradientFillType
The gradient fill types.
Namespace: Unity.VectorGraphics
Syntax
public enum GradientFillType
Fields
| Name | Description | Value |
|---|---|---|
| Linear | A linear gradient. |
0 |
| Radial | A radial gradient, centered at the radial focus of the gradient fill. |
1 |