# OH_NativeBuffer_Smpte2086 ## Overview The OH_NativeBuffer_Smpte2086 struct describes the SMPTE ST 2086 static metadata. **System capability**: SystemCapability.Graphic.Graphic2D.NativeBuffer **Since**: 12 **Related module**: [OH_NativeBuffer](_o_h___native_buffer.md) **Header file**: [buffer_common.h](buffer__common_8h.md) ## Summary ### Member Variables | Name| Description| | -------- | -------- | | [OH_NativeBuffer_ColorXY](_o_h___native_buffer___color_x_y.md) [displayPrimaryRed](#displayprimaryred) | Red primary color.| | [OH_NativeBuffer_ColorXY](_o_h___native_buffer___color_x_y.md) [displayPrimaryGreen](#displayprimarygreen) | Green primary color.| | [OH_NativeBuffer_ColorXY](_o_h___native_buffer___color_x_y.md) [displayPrimaryBlue](#displayprimaryblue) | Blue primary color.| | [OH_NativeBuffer_ColorXY](_o_h___native_buffer___color_x_y.md) [whitePoint](#whitepoint) | White point.| | float [maxLuminance](#maxluminance) | Maximum luminance.| | float [minLuminance](#minluminance) | Minimum luminance.| ## Member Variable Description ### displayPrimaryBlue ``` OH_NativeBuffer_ColorXY OH_NativeBuffer_Smpte2086::displayPrimaryBlue ``` **Description** Blue primary color. ### displayPrimaryGreen ``` OH_NativeBuffer_ColorXY OH_NativeBuffer_Smpte2086::displayPrimaryGreen ``` **Description** Green primary color. ### displayPrimaryRed ``` OH_NativeBuffer_ColorXY OH_NativeBuffer_Smpte2086::displayPrimaryRed ``` **Description** Red primary color. ### maxLuminance ``` float OH_NativeBuffer_Smpte2086::maxLuminance ``` **Description** Maximum luminance. ### minLuminance ``` float OH_NativeBuffer_Smpte2086::minLuminance ``` **Description** Minimum luminance. ### whitePoint ``` OH_NativeBuffer_ColorXY OH_NativeBuffer_Smpte2086::whitePoint ``` **Description** White point.