Photon microGUI widgets library 0.6.0
|
#include <PhWidgetsNativeTypes.h>
Alpha blend map type.
The PgMap_t structure defines an alpha blend map. Its members include:
PhDim_t dim A PhDim_t structure that defines the size of area covered by the map, in pixels.
short unsigned bpl The number of bytes per line.
short unsigned bpp The number of bits per pixel.
char *map A pointer to the map itself.