# ColorMode

> Mirrors the ColorMode enum.

## Definition

* **Type:** Enum
* **Namespace:** [Unity.Android.Gradle.Manifest](/engine/6000.6/script-reference/unity/android/gradle/manifest.md)
* **Assembly:** Unity.Android.Gradle

```csharp
public enum ColorMode
```

## Remarks

For more information about the attribute, see Android's documentation: [ColorMode attribute](https://developer.android.com/guide/topics/manifest/activity-element#colormode)

## Fields

| Value                                                                                                       | Description                                              |
| ----------------------------------------------------------------------------------------------------------- | -------------------------------------------------------- |
| [Hdr](/engine/6000.6/script-reference/unity/android/gradle/manifest/colormode/hdr.md)                       | Mirrors `android:colorMode="hdr"`.                       |
| [Null](/engine/6000.6/script-reference/unity/android/gradle/manifest/colormode/null.md)                     | Attribute is not set and will not appear in the element. |
| [WideColorGamut](/engine/6000.6/script-reference/unity/android/gradle/manifest/colormode/widecolorgamut.md) | Mirrors `android:colorMode="wideColorGamut"`.            |
