unselect_palette(3) - Linux man page

Name

unselect_palette - Restores the palette before last call to select_palette(). Allegro game programming library.

Synopsis

#include <allegro.h>

void unselect_palette();

Description

Restores the palette tables that were in use before the last call to select_palette().

See Also

select_palette(3)