# Sandbox.Painter.Texture

```csharp
void Texture(Texture texture, Rect rect, System.Nullable<Color> tint = null)
```

### Parameters

- `texture` (`Texture`)
- `rect` (`Rect`)
- `tint` (`System.Nullable<Color>`), default `null`

Declared in [Sandbox.Painter](/api/Sandbox.Painter).
Assembly: `Sandbox.Engine`.
