|
NAMEunselect_palette - Restores the palette before last call to select_palette(). Allegro game programming library.SYNOPSIS#include <allegro.h>void unselect_palette(); DESCRIPTIONRestores the palette tables that were in use before the last call to select_palette().SEE ALSOselect_palette(3)
Visit the GSP FreeBSD Man Page Interface. |