# activeColorSpace

> Active color space (Read Only).

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine](/engine/6000.6/script-reference/unityengine.md)
* **Assembly:** UnityEngine.CoreModule

```csharp
public static ColorSpace activeColorSpace { get; }
```

### Remarks

This is the active color space based on player settings ([PlayerSettings.colorSpace](/engine/6000.6/script-reference/unityeditor/playersettings/colorspace.md)) and hardware support. Note that the requested color space might have been different.

Additional Resources: Linear and Gamma rendering, [ColorSpace](/engine/6000.6/script-reference/unityengine/colorspace.md), [QualitySettings.desiredColorSpace](/engine/6000.6/script-reference/unityengine/qualitysettings/desiredcolorspace.md).
