Gosu::Image Member List

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

draw(double x, double y, ZPos z, double factorX=1, double factorY=1, Color c=Color::WHITE, AlphaMode mode=amDefault) const Gosu::Image
drawMod(double x, double y, ZPos z, double factorX, double factorY, Color c1, Color c2, Color c3, Color c4, AlphaMode mode=amDefault) const Gosu::Image
drawRot(double x, double y, ZPos z, double angle, double centerX=0.5, double centerY=0.5, double factorX=1, double factorY=1, Color c=Color::WHITE, AlphaMode mode=amDefault) const Gosu::Image
getData() const Gosu::Image
height() const Gosu::Image
Image(Graphics &graphics, const std::wstring &filename, bool tileable=false)Gosu::Image
Image(Graphics &graphics, const std::wstring &filename, unsigned srcX, unsigned srcY, unsigned srcWidth, unsigned srcHeight, bool tileable=false)Gosu::Image
Image(Graphics &graphics, const Bitmap &source, bool tileable=false)Gosu::Image
Image(Graphics &graphics, const Bitmap &source, unsigned srcX, unsigned srcY, unsigned srcWidth, unsigned srcHeight, bool tileable=false)Gosu::Image
Image(std::auto_ptr< ImageData > data)Gosu::Image [explicit]
width() const Gosu::Image