• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# NativeDisplayManager_DisplayColorSpace
2
3## Overview
4
5The struct describes all the color spaces 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 colorSpaceLength | Number of color spaces supported by the display.|
20| uint32_t* colorSpaces | Data of the color spaces supported by the display.|
21