This structure defines the characteristics of a Bitmap Image. More...
#include <grlib.h>
Data Fields | |
uint8_t | bPP |
Bits per pixel and Compressed/Uncompressed. More... | |
uint16_t | xSize |
xSize More... | |
uint16_t | ySize |
ySize More... | |
uint16_t | numColors |
Number of Colors in Palette. More... | |
const uint32_t * | pPalette |
Pointer to Palette. More... | |
const uint8_t * | pPixel |
Pointer to pixel data;. More... | |
This structure defines the characteristics of a Bitmap Image.
uint8_t Graphics_Image::bPP |
Bits per pixel and Compressed/Uncompressed.
Referenced by Graphics_drawImage().
uint16_t Graphics_Image::xSize |
xSize
Referenced by Graphics_drawImage(), and Graphics_getImageWidth().
uint16_t Graphics_Image::ySize |
ySize
Referenced by Graphics_drawImage(), and Graphics_getImageHeight().
uint16_t Graphics_Image::numColors |
Number of Colors in Palette.
Referenced by Graphics_getImageColors().
const uint32_t* Graphics_Image::pPalette |
Pointer to Palette.
const uint8_t* Graphics_Image::pPixel |
Pointer to pixel data;.
Referenced by Graphics_drawImage().