FreeBSD Manual Pages
get_color(3) Allegro manual get_color(3) NAME get_color - Retrieves the specified palette entry. Allegro game pro- gramming library. SYNOPSIS #include <allegro.h> void get_color(int index, RGB *p); DESCRIPTION Retrieves the specified palette entry. Example: RGB color; ... get_color(11, &color); SEE ALSO get_palette(3), set_color(3) Allegro version 4.4.3 get_color(3)
NAME | SYNOPSIS | DESCRIPTION | SEE ALSO
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=get_color&sektion=3&manpath=FreeBSD+13.0-RELEASE+and+Ports>