cpp3ds::Image Member List

This is the complete list of members for cpp3ds::Image, including all inherited members.

copy(const Image &source, unsigned int destX, unsigned int destY, const IntRect &sourceRect=IntRect(0, 0, 0, 0), bool applyAlpha=false)cpp3ds::Image
create(unsigned int width, unsigned int height, const Color &color=Color(0, 0, 0))cpp3ds::Image
create(unsigned int width, unsigned int height, const Uint8 *pixels)cpp3ds::Image
createMaskFromColor(const Color &color, Uint8 alpha=0)cpp3ds::Image
flipHorizontally()cpp3ds::Image
flipVertically()cpp3ds::Image
getPixel(unsigned int x, unsigned int y) const cpp3ds::Image
getPixelsPtr() const cpp3ds::Image
getSize() const cpp3ds::Image
Image()cpp3ds::Image
loadFromFile(const std::string &filename)cpp3ds::Image
loadFromMemory(const void *data, std::size_t size)cpp3ds::Image
loadFromStream(InputStream &stream)cpp3ds::Image
saveToFile(const std::string &filename) const cpp3ds::Image
setPixel(unsigned int x, unsigned int y, const Color &color)cpp3ds::Image
~Image()cpp3ds::Image