|
Oxygine
1
2g game engine
|
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 |
1.8.14