# SolidFill

> Fills a shape with a single color.

## Definition

* **Type:** Class
* **Namespace:** [Unity.VectorGraphics](/engine/6000.7/script-reference/unity/vectorgraphics.md)
* **Assembly:** UnityEngine.VectorGraphicsModule
* **Implements:** [IFill](/engine/6000.7/script-reference/unity/vectorgraphics/ifill.md)

```csharp
public class SolidFill : IFill
```

## Properties

| Property                                                                             | Description                                            |
| ------------------------------------------------------------------------------------ | ------------------------------------------------------ |
| [Color](/engine/6000.7/script-reference/unity/vectorgraphics/solidfill/color.md)     | The color of the fill.                                 |
| [Mode](/engine/6000.7/script-reference/unity/vectorgraphics/solidfill/mode.md)       | The filling method (non-zero or even-odd) of the fill. |
| [Opacity](/engine/6000.7/script-reference/unity/vectorgraphics/solidfill/opacity.md) | The opacity of the fill.                               |
