Data Fields
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. 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...
 

Detailed Description

This structure defines the characteristics of a Bitmap Image.

Field Documentation

uint8_t Graphics_Image::bPP

Bits per pixel and Compressed/Uncompressed.

Referenced by Graphics_drawImage().

uint16_t Graphics_Image::xSize
uint16_t Graphics_Image::ySize
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().


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

Copyright 2016, Texas Instruments Incorporated