|
Fireset
|
Image data structure. More...
#include <image.h>
Public Attributes | |
| uint8_t * | buffer |
| int | width |
| int | height |
Image data structure.
Represents a loaded image in system memory.
| uint8_t* FsImage::buffer |
Pointer to the image pixel data (RGBA, 8-bit per channel).
| int FsImage::height |
Height of the image in pixels.
| int FsImage::width |
Width of the image in pixels.