SYNOPSIS

#include <allegro.h>

void get_color(int index, RGB *p);

DESCRIPTION

Retrieves the specified palette entry. Example:

   RGB color;
   ...
   get_color(11, &color);

RELATED TO get_color…

get_palette(3alleg4), set_color(3alleg4)