unselect_palette - Restores the palette before last call to select_palette(). Allegro game programming
Contents
Description
Restores the palette tables that were in use before the last call to select_palette().
Name
unselect_palette - Restores the palette before last call to select_palette(). Allegro game programming
library.
See Also
select_palette(3alleg4) Allegro version 4.4.3 unselect_palette(3alleg4)
Synopsis
#include<allegro.h>voidunselect_palette();
