unselect_palette.3alleg

Langue: en

Version: version 4.2.2 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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(3alleg)