This is the complete list of members for Gosu::Bitmap, including all inherited members.
| Bitmap() | Gosu::Bitmap | |
| Bitmap(unsigned w, unsigned h, Color c=Color::NONE) | Gosu::Bitmap | |
| data() const | Gosu::Bitmap | |
| data() | Gosu::Bitmap | |
| fill(Color c) | Gosu::Bitmap | |
| getPixel(unsigned x, unsigned y) const | Gosu::Bitmap | |
| height() const | Gosu::Bitmap | |
| insert(const Bitmap &source, int x, int y) | Gosu::Bitmap | |
| insert(const Bitmap &source, int x, int y, unsigned srcX, unsigned srcY, unsigned srcWidth, unsigned srcHeight) | Gosu::Bitmap | |
| replace(Color oldColor, Color newColor) | Gosu::Bitmap | |
| resize(unsigned width, unsigned height, Color c=Color::NONE) | Gosu::Bitmap | |
| setPixel(unsigned x, unsigned y, Color c) | Gosu::Bitmap | |
| swap(Bitmap &other) | Gosu::Bitmap | |
| width() const | Gosu::Bitmap |