# Sandbox.VR.VROverlay.Color

```csharp
Color Color { get; set; }
```

Sets the color tint of the overlay quad. Use 0.0 to 1.0 per channel.
Sets the alpha of the overlay quad. Use 1.0 for 100 percent opacity to 0.0 for 0 percent opacity.

Declared in [Sandbox.VR.VROverlay](/api/Sandbox.VR.VROverlay).
Assembly: `Sandbox.Engine`.
