# Sandbox.Resources.ImageFileGenerator.Tint

```csharp
Color Tint { get; set; }
```

The color the image should be tinted. This effectively multiplies the color of each pixel by this color (including alpha).

Declared in [Sandbox.Resources.ImageFileGenerator](/api/Sandbox.Resources.ImageFileGenerator).
Assembly: `Sandbox.Engine`.
