# ColorHsv.WithSaturation

```csharp
ColorHsv WithSaturation(float saturation)
```

Returns a copy of this color with given Saturation value.

### Parameters

- `saturation` (`float`): The Saturation override.

### Returns

`ColorHsv`: The new color.

Declared in [ColorHsv](/api/ColorHsv).
Assembly: `Sandbox.System`.
