1unselect_palette(3) Allegro manual unselect_palette(3)
23
4
NAME
6unselect_palette - Restores the palette before last call to select_pal‐
7ette(). Allegro game programming library.
8
SYNOPSIS
10#include <allegro.h>
1112
13
void unselect_palette();
14
DESCRIPTION
16Restores the palette tables that were in use before the last call to
17select_palette().
1819
SEE ALSO
21select_palette(3)
2223
24
25
Allegro version 4.2.3 unselect_palette(3)