Crazy Eddies GUI System  0.6.2
Public Attributes | List of all members
CEGUI::ImageTGA Struct Reference

This is our image structure for our targa data. More...

Public Attributes

int channels
 The channels in the image (3 = RGB : 4 = RGBA)
 
int sizeX
 The width of the image in pixels.
 
int sizeY
 The height of the image in pixels.
 
unsigned char * data
 The image pixel data.
 

Detailed Description

This is our image structure for our targa data.