Query: select_palette
OS: netbsd
Section: 3alleg4
Links: netbsd man pages all man pages
Forums: unix linux community forum categories
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
select_palette(3alleg4) Allegro manual select_palette(3alleg4)NAMEselect_palette - Sets the internal palette for color conversion. Allegro game programming library.SYNOPSIS#include <allegro.h> void select_palette(const PALETTE p);DESCRIPTIONUgly hack for use in various dodgy situations where you need to convert between paletted and truecolor image formats. Sets the internal palette table in the same way as the set_palette() function, so the conversion will use the specified palette, but without affecting the display hardware in any way. The previous palette settings are stored in an internal buffer, and can be restored by calling unselect_pal- ette(). If you call select_palette() again, however, the internal buffer will be overwritten.SEE ALSOset_palette(3alleg4), unselect_palette(3alleg4), exlights(3alleg4) Allegro version 4.4.2 select_palette(3alleg4)
Related Man Pages |
---|
expal(3alleg4) - suse |
exscale(3alleg4) - suse |
expal(3alleg4) - opendarwin |
expal(3alleg4) - php |
expal(3alleg4) - linux |
Similar Topics in the Unix Linux Community |
---|
Unix File Permissions |
Make bold chars in UNIX |
Adding a List of Times |
Grandpa returning to UNIX |
Grep command to show the number of results |