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

§ bPP

uint8_t Graphics_Image::bPP

Bits per pixel and Compressed/Uncompressed.

Referenced by Graphics_drawImage().

§ xSize

uint16_t Graphics_Image::xSize

§ ySize

uint16_t Graphics_Image::ySize

§ numColors

uint16_t Graphics_Image::numColors

Number of Colors in Palette.

Referenced by Graphics_getImageColors().

§ pPalette

const uint32_t* Graphics_Image::pPalette

Pointer to Palette.

§ pPixel

const uint8_t* Graphics_Image::pPixel

Pointer to pixel data;.


The documentation for this struct was generated from the following file:
Copyright 2018, Texas Instruments Incorporated