Here are the classes, structs, unions and interfaces with brief descriptions:
| CImage | A subclass of PNG with more member functions for modifying the image |
| CPNG | Represents an entire png formatted image |
| CRGBAPixel | Represents a single pixel in an image |
| CScene | Represents an arrangement of many images that is output as a single image when the user calls drawscene() |