| clear() | Image | |
| clone() const | Image | |
| color2SDL(const Color &c) const | Image | [protected] |
| colorless() | Image | [protected] |
| createSameSurface(uint width, uint height) const | Image | [protected] |
| createSameSurface() const | Image | [protected] |
| display(unsigned xo=0, unsigned yo=0) const | Image | |
| fromFile(const std::string &fileName) | Image | [static] |
| fromVector(const Vector &v, unsigned width, bool gray) | Image | [static] |
| getAverageColor() const | Image | |
| getBPP() const | Image | |
| getHeight() const | Image | |
| getPixel(uint x, uint y) const | Image | |
| getPixelGray(uint x, uint y) const | Image | |
| getPixelRaw(uint x, uint y) const | Image | [protected] |
| getWidth() const | Image | |
| glDraw() const | Image | [protected] |
| glFormat() const | Image | [protected] |
| GRAY_MASK enum value | Image | |
| Image(unsigned xs, unsigned ys) | Image | |
| Image(SDL_Surface *i) | Image | [inline, protected] |
| putPixel(const Color &c, uint x, uint y) | Image | |
| rect(const Color &c, uint x1, uint y1, uint x2, uint y2) | Image | |
| resize(unsigned xs, unsigned ys) | Image | |
| sdl2color(uint32_t p) const | Image | [protected] |
| setGlPixelStore(bool unpack) const | Image | [protected] |
| setSubImage(const Image &src, unsigned xo=0, unsigned yo=0) | Image | |
| subImage(unsigned width, unsigned height, unsigned xOffset=0, unsigned yOffset=0) const | Image | |
| surface | Image | [protected] |
| toFile(const std::string &fileName) | Image | |
| toGray() const | Image | |
| toRGBA() const | Image | |
| toVector(uint8_t bytes_mask) const | Image | |
| upsideDown() const | Image | |
| ~Image() | Image | |