BWAPI
|
#include <Bitmap.h>
Public Member Functions | |
BitmapProxy (unsigned char *data, unsigned short width, unsigned short height, int x) | |
Color | operator[] (int y) |
Private Attributes | |
unsigned char * | data |
unsigned short | width |
unsigned short | height |
int | x |
BWAPI::BitmapProxy::BitmapProxy | ( | unsigned char * | data, |
unsigned short | width, | ||
unsigned short | height, | ||
int | x | ||
) |
Color BWAPI::BitmapProxy::operator[] | ( | int | y | ) |
unsigned char* BWAPI::BitmapProxy::data [private] |
unsigned short BWAPI::BitmapProxy::height [private] |
unsigned short BWAPI::BitmapProxy::width [private] |
int BWAPI::BitmapProxy::x [private] |