unselect_palette
Restores the palette before last call to select_palette(). Allegro game programming library.
- Provided by: allegro4-doc (Version: 2:4.4.3.1-2)
- Source: allegro4.4
- Report a bug
Restores the palette before last call to select_palette(). Allegro game programming library.
#include <allegro.h>
void unselect_palette();
Restores the palette tables that were in use before the last call to select_palette().
select_palette(3alleg4)