This is the complete list of members for
sf::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) | sf::Image | |
| Create(unsigned int width, unsigned int height, const Color &color=Color(0, 0, 0)) | sf::Image | |
| Create(unsigned int width, unsigned int height, const Uint8 *pixels) | sf::Image | |
| CreateMaskFromColor(const Color &color, Uint8 alpha=0) | sf::Image | |
| FlipHorizontally() | sf::Image | |
| FlipVertically() | sf::Image | |
| GetHeight() const | sf::Image | |
| GetPixel(unsigned int x, unsigned int y) const | sf::Image | |
| GetPixelsPtr() const | sf::Image | |
| GetWidth() const | sf::Image | |
| Image() | sf::Image | |
| LoadFromFile(const std::string &filename) | sf::Image | |
| LoadFromMemory(const void *data, std::size_t size) | sf::Image | |
| LoadFromStream(InputStream &stream) | sf::Image | |
| SaveToFile(const std::string &filename) const | sf::Image | |
| SetPixel(unsigned int x, unsigned int y, const Color &color) | sf::Image | |