chromaKey(const WP_RGBA &key, byte alpha) | WPCG::WP_Image | |
columns | WPCG::WP_Image | |
copy(int x, int y, int width, int height) | WPCG::WP_Image | [inline] |
drawToFrameBuffer() const | WPCG::WP_Image | |
getFastPixel(int x, int y) | WPCG::WP_Image | [inline] |
getPixel(int x, int y) | WPCG::WP_Image | [inline] |
hasValidExtension(const string &file, const string &extension) | WPCG::WP_Image | [inline, protected] |
loadBMP(const string &file) | WPCG::WP_Image | [protected] |
loadImage(const string &file) | WPCG::WP_Image | |
loadPCX(const string &file) | WPCG::WP_Image | [protected] |
operator=(const WP_Image &image) | WPCG::WP_Image | |
pixels | WPCG::WP_Image | [protected] |
rasterpos_x | WPCG::WP_Image | |
rasterpos_y | WPCG::WP_Image | |
readFromFrameBuffer(int x, int y, int width, int height) | WPCG::WP_Image | |
rows | WPCG::WP_Image | |
setFastPixel(int x, int y, const WP_RGBA &p) | WPCG::WP_Image | [inline] |
setPixel(int x, int y, const WP_RGBA &p) | WPCG::WP_Image | [inline] |
setTextureGL(GLuint *texture_id, GLint wrap_s=GL_REPEAT, GLint wrap_t=GL_REPEAT, GLint mag_filter=GL_NEAREST, GLint min_filter=GL_NEAREST, bool mipmapping=false) | WPCG::WP_Image | |
WP_Image() | WPCG::WP_Image | |
WP_Image(int width, int height) | WPCG::WP_Image | |
WP_Image(const string &filename) | WPCG::WP_Image | |
WP_Image(const WP_Image &image) | WPCG::WP_Image | |
~WP_Image() | WPCG::WP_Image | |