# Sandbox.Gradient.Evaluate

```csharp
Color Evaluate(float time)
```

Evaluate the blend using the time, which is generally between 0 and 1

### Parameters

- `time` (`float`)

### Returns

`Color`

Declared in [Sandbox.Gradient](/api/Sandbox.Gradient).
Assembly: `Sandbox.System`.
