1# OH_NativeBuffer_Smpte2086 2 3 4## Overview 5 6The OH_NativeBuffer_Smpte2086 struct describes the SMPTE ST 2086 static metadata. 7 8**System capability**: SystemCapability.Graphic.Graphic2D.NativeBuffer 9 10**Since**: 12 11 12**Related module**: [OH_NativeBuffer](_o_h___native_buffer.md) 13 14 15## Summary 16 17 18### Member Variables 19 20| Name| Description| 21| -------- | -------- | 22| [OH_NativeBuffer_ColorXY](_o_h___native_buffer___color_x_y.md) [displaPrimaryRed](#displaprimaryred) | Red primary color.| 23| [OH_NativeBuffer_ColorXY](_o_h___native_buffer___color_x_y.md) [displaPrimaryGreen](#displaprimarygreen) | Green primary color.| 24| [OH_NativeBuffer_ColorXY](_o_h___native_buffer___color_x_y.md) [displaPrimaryBlue](#displaprimaryblue) | Blue primary color.| 25| [OH_NativeBuffer_ColorXY](_o_h___native_buffer___color_x_y.md) [whitePoint](#whitepoint) | White point.| 26| float [maxLuminance](#maxluminance) | Maximum luminance.| 27| float [minLuminance](#minluminance) | Minimum luminance.| 28 29 30## Member Variable Description 31 32 33### displaPrimaryBlue 34 35``` 36OH_NativeBuffer_ColorXY OH_NativeBuffer_Smpte2086::displaPrimaryBlue 37``` 38 39**Description** 40 41Blue primary color. 42 43 44### displaPrimaryGreen 45 46``` 47OH_NativeBuffer_ColorXY OH_NativeBuffer_Smpte2086::displaPrimaryGreen 48``` 49 50**Description** 51 52Green primary color. 53 54 55### displaPrimaryRed 56 57``` 58OH_NativeBuffer_ColorXY OH_NativeBuffer_Smpte2086::displaPrimaryRed 59``` 60 61**Description** 62 63Red primary color. 64 65 66### maxLuminance 67 68``` 69float OH_NativeBuffer_Smpte2086::maxLuminance 70``` 71 72**Description** 73 74Maximum luminance. 75 76 77### minLuminance 78 79``` 80float OH_NativeBuffer_Smpte2086::minLuminance 81``` 82 83**Description** 84 85Minimum luminance. 86 87 88### whitePoint 89 90``` 91OH_NativeBuffer_ColorXY OH_NativeBuffer_Smpte2086::whitePoint 92``` 93 94**Description** 95 96White point. 97