Oxygine  1
2g game engine
Public Member Functions | Public Attributes | List of all members
oxygine::ImageData Class Reference

Public Member Functions

 ImageData (int W, int H, int Pitch, TextureFormat Format, void *Data=0)
 
 ImageData (const ImageData &b, void *Data)
 
ImageData getRect (const Rect &r) const
 
ImageData getRect (int x, int y, int w, int h) const
 
ImageData getRect (int x, int y) const
 
unsigned char * getPixelPtr (int x, int y) const
 

Public Attributes

int w
 
int h
 
int bytespp
 
int pitch
 
unsigned char * data
 
TextureFormat format
 

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