# hueVariation

> Gets and sets a default hue variation color and amount (in alpha).

## Definition

* **Type:** Property
* **Namespace:** [UnityEditor](/engine/6000.3/script-reference/unityeditor.md)
* **Assembly:** UnityEditor

```csharp
public Color hueVariation { get; set; }
```

### Remarks

The color of each tree varies based on its world space position and this hue variation color. Hue variation breaks up a large forest of trees and makes it look more natural. To enable hue variation, see [SpeedTreeImporter.enableHueByDefault](/engine/6000.3/script-reference/unityeditor/speedtreeimporter/enablehuebydefault.md).
