Image Struct Reference
Hold image pixels. More...
#include <gfx.h>
Data Fields | |
| const uint8_t * | raster |
| Pointer to byte array to hold the data. | |
| coord_t | width |
| Raster width in pixels. | |
| coord_t | height |
| Raster height in pixels. | |
| coord_t | stride |
| Bytes per row. | |
Detailed Description
Hold image pixels.
Field Documentation
| const uint8_t* Image::raster |
The documentation for this struct was generated from the following file:
![(please configure the [header_logo] section in trac.ini)](/chrome/site/bertos_logo.png)