TI-RTOS Drivers  tidrivers_full_2_20_00_08
Data Fields
tImage 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
 X size. More...
 
uint16_t YSize
 Y size. 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 tImage::BPP

Bits per pixel and Compressed/Uncompressed.

uint16_t tImage::XSize

X size.

uint16_t tImage::YSize

Y size.

uint16_t tImage::NumColors

Number of Colors in Palette.

const uint32_t* tImage::pPalette

Pointer to Palette.

const uint8_t* tImage::pPixel

Pointer to pixel data.


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