enum VectorGraphicsPaintType
Type of paints supported by VectorPath.
Values
| Name | Value | Description |
|---|---|---|
Solid |
0 |
Single color. |
LinearGradient |
1 |
Blend between two colors in a line (one color for each point of the line). |
BoxGradient |
2 |
One color in box center, and another for box edges. |
RadialGradient |
3 |
One color in circle center, and another near circle radius. |