Bind() const | sf::Image | |
Create(unsigned int Width, unsigned int Height, const Color &Col=Color(0, 0, 0, 255)) | sf::Image | |
CreateMaskFromColor(const Color &ColorKey, Uint8 Alpha=0) | sf::Image | |
GetHeight() const | sf::Image | |
GetPixel(unsigned int X, unsigned int Y) const | sf::Image | |
GetPixelsPtr() const | sf::Image | |
GetTexCoords(const IntRect &Rect) const | sf::Image | |
GetValidTextureSize(unsigned int Size) | sf::Image | [static] |
GetWidth() const | sf::Image | |
Image() | sf::Image | |
Image(const Image &Copy) | sf::Image | |
Image(unsigned int Width, unsigned int Height, const Color &Col=Color(0, 0, 0, 255)) | sf::Image | |
Image(unsigned int Width, unsigned int Height, const void *Data) | sf::Image | |
LoadFromFile(const std::string &Filename) | sf::Image | |
LoadFromMemory(unsigned int Width, unsigned int Height, const void *Data) | sf::Image | |
operator=(const Image &Other) | sf::Image | |
Resize(unsigned int Width, unsigned int Height, const Color &Col=Color(0, 0, 0, 255)) | sf::Image | |
SaveToFile(const std::string &Filename) const | sf::Image | |
SetPixel(unsigned int X, unsigned int Y, const Color &Col) | sf::Image | |
SetRepeat(bool Repeat) const | sf::Image | |
SetSmooth(bool Smooth) const | sf::Image | |
Update() | sf::Image | |
VideoResource() | sf::VideoResource | [protected] |
VideoResource(const VideoResource &) | sf::VideoResource | [protected] |
~Image() | sf::Image | |
~VideoResource() | sf::VideoResource | [protected, virtual] |