Logo
MSP Graphics Library
Graphics_Image Struct Reference

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;.
 

Detailed Description

This structure defines the characteristics of a Bitmap Image.


The documentation for this struct was generated from the following file: