Bitmap.hpp File Reference

Interface of the Bitmap class. More...

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)


Detailed Description

Interface of the Bitmap class.


Generated on Sat Feb 7 22:34:53 2009 for Gosu by  doxygen 1.5.5