.\" Generated by the Allegro makedoc utility .TH get_color 3alleg4 "version 4.4.3" "Allegro" "Allegro manual" .SH NAME get_color \- Retrieves the specified palette entry. Allegro game programming library.\& .SH SYNOPSIS .B #include .sp .B void get_color(int index, RGB *p); .SH DESCRIPTION Retrieves the specified palette entry. Example: .nf RGB color; ... get_color(11, &color); .fi .SH SEE ALSO .BR get_palette (3alleg4), .BR set_color (3alleg4)