GradientStop
The gradient stops used for gradient fills.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Struct
- Namespace: Unity.VectorGraphics
- Assembly: UnityEngine.VectorGraphicsModule
public struct GradientStop
Properties
Property | Description |
|---|---|
| Color | The color of the stop. |
| StopPercentage | At which percentage this stop applies. The value must be between 0 and 1, inclusively. |