sf::Image Member List

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

Bind() constsf::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() constsf::Image
GetPixel(unsigned int X, unsigned int Y) constsf::Image
GetPixelsPtr() constsf::Image
GetTexCoords(const IntRect &Rect) const sf::Image
GetValidTextureSize(unsigned int Size)sf::Image [static]
GetWidth() constsf::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) constsf::Image
SetSmooth(bool Smooth) constsf::Image
Update()sf::Image
VideoResource()sf::VideoResource [protected]
VideoResource(const VideoResource &)sf::VideoResource [protected]
~Image()sf::Image
~VideoResource()sf::VideoResource [protected, virtual]