BeRTOS
|
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. |
const uint8_t* Image::raster |