Public Member Functions | |
Vga (CGEEngine *vm) | |
uint8 * | glass (Dac *pal, const uint8 colR, const uint8 colG, const uint8 colB) |
void | getColors (Dac *tab) |
void | setColors (Dac *tab, int lum) |
void | clear (uint8 color) |
void | copyPage (uint16 d, uint16 s) |
void | sunrise (Dac *tab) |
void | sunset () |
void | show () |
void | update () |
void | palToDac (const byte *palData, Dac *tab) |
void | dacToPal (const Dac *tab, byte *palData) |
Public Attributes | |
uint32 | _frmCnt |
Queue * | _showQ |
Queue * | _spareQ |
int | _mono |
Graphics::Surface * | _page [4] |
Dac * | _sysPal |