# UNITY_COLORSPACE_GAMMA

> UNITY_COLORSPACE_GAMMA is set when compiling shaders for Gamma Color Space.

## Definition

* **Type:** Field
* **Namespace:** [UnityEngine.Rendering](/engine/6000.5/script-reference/unityengine/rendering.md)
* **Assembly:** UnityEngine.CoreModule

```csharp
UNITY_COLORSPACE_GAMMA = 22
```

### Remarks

Additional Resources: [PlayerSettings.colorSpace](/engine/6000.5/script-reference/unityeditor/playersettings/colorspace.md).
