16-bit RGB format without alpha channel
void * data
Pointer to bitmap memory.
uint16_t h
Height in pixels.
24-bit RGB format without alpha channel
Monochrome format (1-bit per pixel)
Plain in-memory pixel bitmap descriptor.
uint16_t w
Width in pixels.
pix_size_t size
Bitmap dimensions in pixels.
Point structure representing X,Y coordinates.
pix_op_t
Pixel operation types for drawing operations.
RGBA color type and helpers.
size_t stride
Byte pitch between adjacent major-axis elements.
pix_format_t fmt
Pixel format used by data.
pix_format_t
Pixel format enumeration defining color depth and layout.
Size structure representing width and height dimensions.
32-bit RGBA format with alpha channel