# HDRModeChangeRequested

> Describes whether the user has requested to change the HDR Output Mode. It is true if this is the case, and false otherwise.

## Definition

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

```csharp
public bool HDRModeChangeRequested { get; }
```

### Remarks

Accessing this member results in an exception if HDR is not available on the display. Use [HDROutputSettings.available](/engine/6000.6/script-reference/unityengine/hdroutputsettings/available.md) for the display to check that HDR is available.
