get_palette - Man Page
Retrieves the entire palette of 256 colors. Allegro game programming library.
Synopsis
#include <allegro.h>
void get_palette(PALETTE p);
Description
Retrieves the entire palette of 256 colors. You should provide an array of 256 RGB structures to store it in. Example:
PALETTE pal; ... get_palette(pal);
See Also
Referenced By
get_color(3), get_palette_range(3), set_palette(3).
version 4.4.3 Allegro manual