# AndroidColorModeHdr

> Options to indicate whether the screen can display a wide range brightness levels.

## Definition

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

```csharp
public enum AndroidColorModeHdr
```

## Remarks

Additional Resources: [AndroidConfiguration.colorModeHdr](/engine/6000.6/script-reference/unityengine/android/androidconfiguration/colormodehdr.md)

## Fields

| Value                                                                                             | Description                                                   |
| ------------------------------------------------------------------------------------------------- | ------------------------------------------------------------- |
| [No](/engine/6000.6/script-reference/unityengine/android/androidcolormodehdr/no.md)               | Mirrors the Android property value `COLOR_MODE_HDR_NO`.       |
| [Undefined](/engine/6000.6/script-reference/unityengine/android/androidcolormodehdr/undefined.md) | Mirrors the Android property value `COLOR_MODE_HDR_UNDEFINED` |
| [Yes](/engine/6000.6/script-reference/unityengine/android/androidcolormodehdr/yes.md)             | Mirrors the Android property value `COLOR_MODE_HDR_YES`       |
