Go to the source code of this file.
Namespaces | |
namespace | Gosu |
Classes | |
class | Gosu::Bitmap |
Rectangular area of pixels, each represented by a Color value. More... | |
Functions | |
Reader | Gosu::loadFromBMP (Bitmap &bmp, Reader reader) |
Writer | Gosu::saveToBMP (const Bitmap &bmp, Writer writer) |
Reader | Gosu::loadFromPNG (Bitmap &bmp, Reader reader) |
Writer | Gosu::saveToPNG (const Bitmap &bmp, Writer writer) |
void | Gosu::applyColorKey (Bitmap &bitmap, Color key) |
void | Gosu::applyBorderFlags (Bitmap &dest, const Bitmap &source, unsigned srcX, unsigned srcY, unsigned srcWidth, unsigned srcHeight, unsigned borderFlags) |
Bitmap | Gosu::quickLoadBitmap (const std::wstring &filename) |