|
MSP Graphics Library
|
This structure defines the characteristics of a Bitmap Image. More...
#include <grlib.h>
Data Fields | |
| uint8_t | bPP |
| Bits per pixel and Compressed/Uncompressed. | |
| uint16_t | xSize |
| xSize | |
| uint16_t | ySize |
| ySize | |
| uint16_t | numColors |
| Number of Colors in Palette. | |
| const uint32_t * | pPalette |
| Pointer to Palette. | |
| const uint8_t * | pPixel |
| Pointer to pixel data;. | |
This structure defines the characteristics of a Bitmap Image.