gml_TBitmap Struct Reference

#include <gml_Bitmap.h>

Collaboration diagram for gml_TBitmap:

Collaboration graph
[legend]
List of all members.

Detailed Description

A structure that describes how the set of pixels of a bitmap are organized in memory.


Public Attributes

void * fBuffer
 pointer to the first byte of bitmap's memory
int fWidth
 number of columns of pixels in bitmap
int fHeight
 number of rows of pixels in bitmap
gml_TPixelEncoding fEncoding
 how pixels are encoded in memory
int fRowOffset
 number of BYTES from one row to the next one (positive)
int fFromTop
 non-zero if the first row in memory (lowest address) is the top row of the bitmap

The documentation for this struct was generated from the following file:
Generated on Tue Jun 12 14:03:28 2007 for gml by Doxygen 1.5.2.