#include <img.h>
Data Fields | |
long | width |
long | height |
unsigned long | transparency |
int | alpha_channel |
void * | pixels |
long img_bitmap::width |
Bitmap width.
long img_bitmap::height |
Bitmap height.
unsigned long img_bitmap::transparency |
Transparency color.
Alpha channel flag.
void* img_bitmap::pixels |
Pixel data (n * 4 bytes of R, G, B, Alpha).