Documentation of SFML 1.6

Warning: this page refers to an old version of SFML. Click here to switch to the latest version.
sf::Image Member List

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

Bind() const sf::Image
Copy(const Image &Source, unsigned int DestX, unsigned int DestY, const IntRect &SourceRect=IntRect(0, 0, 0, 0), bool ApplyAlpha=false)sf::Image
CopyScreen(RenderWindow &Window, const IntRect &SourceRect=IntRect(0, 0, 0, 0))sf::Image
Create(unsigned int Width, unsigned int Height, Color Col=Color(0, 0, 0, 255))sf::Image
CreateMaskFromColor(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::Imagestatic
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 Uint8 *Data)sf::Image
IsSmooth() const sf::Image
LoadFromFile(const std::string &Filename)sf::Image
LoadFromMemory(const char *Data, std::size_t SizeInBytes)sf::Image
LoadFromPixels(unsigned int Width, unsigned int Height, const Uint8 *Data)sf::Image
operator=(const Image &Other)sf::Image
Resource< Image >::operator=(const Resource< Image > &Other)sf::Resource< Image >protected
Resource()sf::Resource< Image >protected
Resource(const Resource< Image > &Copy)sf::Resource< Image >protected
SaveToFile(const std::string &Filename) const sf::Image
SetPixel(unsigned int X, unsigned int Y, const Color &Col)sf::Image
SetSmooth(bool Smooth)sf::Image
~Image()sf::Image
~Resource()sf::Resource< Image >protected