get_color(3alleg4) Allegro manual get_color(3alleg4)NAMEget_color - Retrieves the specified palette entry. Allegro game programming library.SYNOPSIS#include <allegro.h> void get_color(int index, RGB *p);DESCRIPTIONRetrieves the specified palette entry. Example: RGB color; ... get_color(11, &color);SEE ALSOget_palette(3alleg4), set_color(3alleg4) Allegro version 4.4.2 get_color(3alleg4)
| Related Man Pages |
|---|
| expal(3alleg4) - debian |
| rgb(3alleg4) - centos |
| rgb(3alleg4) - redhat |
| rgb(3alleg4) - plan9 |
| rgb(3alleg4) - v7 |
| Similar Topics in the Unix Linux Community |
|---|
| [Perl + Gtk2] Image disappears after scrolling / minimizing window |
| color print using perl |
| Format CSV file from a shell script |
| Search and retreive after matched words |
| Lower ASCII characters. |