# Color.AdjustHue

```csharp
Color AdjustHue(float amount)
```

Increases or decreases this color's hue

### Parameters

- `amount` (`float`): A number between -360 and 360 to add to the color's hue

### Returns

`Color`: The adjusted color

Declared in [Color](/api/Color).
Assembly: `Sandbox.System`.
