# colorModeWideColorGamut

> Mirrors the Android property colorMode based on the COLOR_MODE_WIDE_COLOR_GAMUT_MASK value.

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine.Android](/engine/6000.7/script-reference/unityengine/android.md)
* **Assembly:** UnityEngine.AndroidJNIModule

```csharp
public AndroidColorModeWideColorGamut colorModeWideColorGamut { get; }
```

### Remarks

For information about this property, refer to the Android developer documentation on [colorMode](https://developer.android.com/reference/android/content/res/Configuration#colorMode) and [COLOR\_MODE\_WIDE\_COLOR\_GAMUT\_MASK](https://developer.android.com/reference/android/content/res/Configuration#COLOR_MODE_WIDE_COLOR_GAMUT_MASK).

Additional Resources: [AndroidColorModeWideColorGamut](/engine/6000.7/script-reference/unityengine/android/androidcolormodewidecolorgamut.md)
