Public Member Functions | |
| GraphicsMan (GroovieEngine *vm) | |
| void | update () |
| void | change () |
| void | mergeFgAndBg () |
| void | switchToFullScreen (bool fullScreen) |
| bool | isFullScreen () |
| void | updateScreen (Graphics::Surface *source) |
| void | saveScreen () |
| void | restoreScreen () |
| bool | isFading () |
| void | fadeIn (byte *pal) |
| void | fadeOut () |
Public Attributes | |
| Graphics::Surface | _foreground |
| Graphics::Surface | _background |
| Graphics::Surface | _savedground |