Data Fields
tImage Struct Reference

This structure defines the characteristics of a Bitmap Image. More...

#include <grlib.h>

Data Fields

unsigned char BPP
 Bits per pixel and Compressed/Uncompressed.
unsigned int XSize
 X size.
unsigned int YSize
 Y size.
unsigned int NumColors
 Number of Colors in Palette.
const unsigned long * pPalette
 Pointer to Palette.
const unsigned char * pPixel
 Pointer to pixel data.

Detailed Description

This structure defines the characteristics of a Bitmap Image.


Field Documentation

unsigned char tImage::BPP

Bits per pixel and Compressed/Uncompressed.

Referenced by GrImageDraw().

unsigned int tImage::XSize

X size.

Referenced by GrImageDraw().

unsigned int tImage::YSize

Y size.

Referenced by GrImageDraw().

unsigned int tImage::NumColors

Number of Colors in Palette.

Referenced by GrPaletteConversion().

const unsigned long* tImage::pPalette

Pointer to Palette.

Referenced by GrPaletteConversion().

const unsigned char* tImage::pPixel

Pointer to pixel data.

Referenced by GrImageDraw().


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

Copyright 2012, Texas Instruments Incorporated