Version: 2022.1
LanguageEnglish
  • C#

HDRDisplaySupportFlags

enumeration

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

A set of flags that describe the level of HDR display support available on the system.

See SystemInfo.hdrDisplaySupportFlags for more details.

Properties

NoneFlag used to denote that support for HDR displays is not available on the system.
SupportedFlag used to denote that support for HDR displays is available on the system.
RuntimeSwitchableFlag used to denote that the system can change whether output is performed in HDR or SDR ranges at runtime when connected to an HDR display.
AutomaticTonemappingFlag used to denote if the system supports automatic tonemapping to HDR displays.