get_palette(3alleg4) Allegro manual get_palette(3alleg4)NAMEget_palette - Retrieves the entire palette of 256 colors. Allegro game programming library.SYNOPSIS#include <allegro.h> void get_palette(PALETTE p);DESCRIPTIONRetrieves 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 ALSOget_palette_range(3alleg4), get_color(3alleg4), set_palette(3alleg4) Allegro version 4.4.2 get_palette(3alleg4)
| Related Man Pages |
|---|
| expal(3alleg4) - debian |
| save_bitmap(3alleg4) - debian |
| expal(3alleg4) - suse |
| expal(3alleg4) - netbsd |
| expal(3alleg4) - php |
| Similar Topics in the Unix Linux Community |
|---|
| How to restrict user to a specific directory in solaris 10 |
| Is UNIX an open source OS ? |
| Change directory error |
| Cut command on RHEL 6.8 compatibility issues |
| Update kernel Linux without reboot?! |