Otclient
14/8/2020
|
This is the complete list of members for Image, including all inherited members.
add_ref() | stdext::shared_object | inline |
blit(const Point &dest, const ImagePtr &other) | Image | |
const_self_cast() | stdext::shared_object | inline |
dec_ref() | stdext::shared_object | inline |
dynamic_self_cast() | stdext::shared_object | inline |
getBpp() | Image | inline |
getHeight() | Image | inline |
getPixel(int x, int y) | Image | inline |
getPixelCount() | Image | inline |
getPixelData() | Image | inline |
getPixels() | Image | inline |
getSize() | Image | inline |
getWidth() | Image | inline |
Image(const Size &size, int bpp=4, uint8 *pixels=nullptr) | Image | |
load(std::string file) | Image | static |
loadPNG(const std::string &file) | Image | static |
nextMipmap() | Image | |
overwriteMask(const Color &maskedColor, const Color &insideColor=Color::white, const Color &outsideColor=Color::alpha) | Image | |
paste(const ImagePtr &other) | Image | |
ref_count() | stdext::shared_object | inline |
resize(const Size &size) | Image | inline |
savePNG(const std::string &fileName) | Image | |
setPixel(int x, int y, uint8 *pixel) | Image | inline |
setPixel(int x, int y, const Color &color) | Image | inline |
shared_object() | stdext::shared_object | inline |
static_self_cast() | stdext::shared_object | inline |
~shared_object() | stdext::shared_object | inlinevirtual |