DisplayConfiguration.TrySetHdrModeAsync Method

Attempts to set the attached display into HDR/WCG mode.

Syntax

public:
static IAsyncOperation<HdrModeInfo^ > TrySetHdrModeAsync()  

Return value

Type: IAsyncOperation<HdrModeInfo^ > 

Returns HdrEnabled true if the attached display properly advertises HDR/WCG support in its EDID (Extended Display Identification Data) and the console settings have HDR enabled. MaximumLuminance and MinimumLuminance are returned if the attached display’s EDID advertises these values; otherwise, these values are zero.

If the attached display does not advertise HDR/WCG support, then HdrEnabled returns false and MaximumLuminance and MinimumLumance are zero.

Requirements

Namespace: Windows.Xbox.Graphics.Display

Assembly: (in )

See also

Reference

DisplayConfiguration Class

DisplayConfiguration Members

Windows.Xbox.Graphics.Display Namespace