Plain in-memory pixel bitmap descriptor. More...
#include <types.h>

Data Fields | |
| void * | data |
| Pointer to bitmap memory. | |
| pix_size_t | size |
| Bitmap dimensions in pixels. | |
| size_t | stride |
| Byte pitch between adjacent major-axis elements. | |
| pix_format_t | fmt |
| Pixel format used by data. | |
Plain in-memory pixel bitmap descriptor.
Describes a block of raw pixel memory with no backing device - no ctx and no lock/unlock/clear/set/copy methods; callers read and write data directly.