1# NativeDisplayManager_DisplayHdrFormat 2 3## Overview 4 5The struct describes all the HDR formats supported by a display. 6 7**Since**: 14 8 9**Related module**: [OH_DisplayManager](capi-oh-displaymanager.md) 10 11**Header file**: [oh_display_info.h](capi-oh-display-info-h.md) 12 13## Summary 14 15### Member Variables 16 17| Name| Description| 18| -- | -- | 19| uint32_t hdrFormatLength | Number of HDR formats supported by the display.| 20| uint32_t* hdrFormats | Data of the HDR formats supported by the display.| 21