Fireset
Loading...
Searching...
No Matches
FsImage Struct Reference

Image data structure. More...

#include <image.h>

Public Attributes

uint8_t * buffer
int width
int height

Detailed Description

Image data structure.

Represents a loaded image in system memory.

Member Data Documentation

◆ buffer

uint8_t* FsImage::buffer

Pointer to the image pixel data (RGBA, 8-bit per channel).

◆ height

int FsImage::height

Height of the image in pixels.

◆ width

int FsImage::width

Width of the image in pixels.


The documentation for this struct was generated from the following file: