1# ImageLayout 2 3 4## 概述 5 6定义格式和位置相关信息。 7 8**起始版本:** 3.2 9 10**相关模块:**[Display](index_buffer_display_v13.md) 11 12 13## 汇总 14 15 16### 成员变量 17 18| 名称 | 描述 | 19| -------- | -------- | 20| unsigned int [pixelFormat](#pixelformat) | 图像格式 | 21| struct [ImagePlane](annotated_buffer_display_v12_image_plane.md)[] [planes](#planes) | 平面数据 | 22 23 24## 结构体成员变量说明 25 26 27### pixelFormat 28 29``` 30unsigned int ImageLayout::pixelFormat 31``` 32 33**描述** 34 35图像格式 36 37 38### planes 39 40``` 41struct ImagePlane [] ImageLayout::planes 42``` 43 44**描述** 45 46平面数据 47