RawImageData Struct Reference

#include <MercuryTexture.h>

Collaboration diagram for RawImageData:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 RawImageData ()
 ~RawImageData ()
void CorrectSize ()
void ToRGBA ()

Public Attributes

ImageAttrs attrs
unsigned char * data

Detailed Description

Definition at line 125 of file MercuryTexture.h.


Constructor & Destructor Documentation

RawImageData::RawImageData (  )  [inline]

Definition at line 127 of file MercuryTexture.h.

RawImageData::~RawImageData (  )  [inline]

Definition at line 128 of file MercuryTexture.h.


Member Function Documentation

void RawImageData::CorrectSize (  ) 

Definition at line 137 of file MercuryTexture.cpp.

void RawImageData::ToRGBA (  ) 

Definition at line 176 of file MercuryTexture.cpp.


Member Data Documentation

ImageAttrs RawImageData::attrs

Definition at line 133 of file MercuryTexture.h.

unsigned char* RawImageData::data

Definition at line 134 of file MercuryTexture.h.


The documentation for this struct was generated from the following files:
Hosted by SourceForge.net Logo