Compounds | |
| class | Graphics::AbstractImage |
| class | Graphics::AnimatedImage |
| class | Graphics::Drawable |
| class | Graphics::DrawableAt |
| class | Graphics::ImageFrame |
| class | Graphics::ImageManager |
| class | Graphics::ReadImage |
| class | Graphics::SingleFrameImage |
Functions | |
| AbstractImage * | dynGenerateImage (const string &filename) |
| Uint32 | getpixel (SDL_Surface *surface, int x, int y) |
| void | putpixel (SDL_Surface *surface, int x, int y, Uint32 pixel) |
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
Reads a filename, and creates an instance of the appriopriate AbstractImage subclass based on the filename's extension. List of extension/class pairs thus far
|
|
||||||||||||||||
|
NOTE: The surface must be locked before calling this!
|
|
|
|
|
||||||||||||||||||||
|
NOTE: The surface must be locked before calling this! Set the pixel at (x, y) to the given value |
1.2.12 written by Dimitri van Heesch,
© 1997-2001