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.
Definition at line 144 of file gfx.h.
Field Documentation
| const uint8_t* Image::raster |
The documentation for this struct was generated from the following file:
