# GradientStop

> The gradient stops used for gradient fills.

## Definition

* **Type:** Struct
* **Namespace:** [Unity.VectorGraphics](/engine/6000.6/script-reference/unity/vectorgraphics.md)
* **Assembly:** UnityEngine.VectorGraphicsModule

```csharp
public struct GradientStop
```

## Properties

| Property                                                                                              | Description                                                                            |
| ----------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------- |
| [Color](/engine/6000.6/script-reference/unity/vectorgraphics/gradientstop/color.md)                   | The color of the stop.                                                                 |
| [StopPercentage](/engine/6000.6/script-reference/unity/vectorgraphics/gradientstop/stoppercentage.md) | At which percentage this stop applies. The value must be between 0 and 1, inclusively. |
