# Sandbox.PolygonMesh.SetVertexColor

```csharp
void SetVertexColor(HalfEdgeHandle hFaceVertex, Color32 color)
```

Set the color of a vertex

### Parameters

- `hFaceVertex` (`HalfEdgeHandle`)
- `color` (`Color32`)

Declared in [Sandbox.PolygonMesh](/api/Sandbox.PolygonMesh).
Assembly: `Sandbox.Engine`.
