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, Color Col=Color(0, 0, 0, 255))sf::Image
CreateMaskFromColor(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, bool Adjust=true) 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 Uint8 *Data)sf::Image
IsSmooth() constsf::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
Resize(unsigned int Width, unsigned int Height, 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
SetSmooth(bool Smooth)sf::Image
VideoResource()sf::VideoResource [protected]
VideoResource(const VideoResource &)sf::VideoResource [protected]
~Image()sf::Image
~VideoResource()sf::VideoResource [protected, virtual]