Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

select_palette(3alleg4) [opendarwin man page]

select_palette(3alleg4) 					  Allegro manual					   select_palette(3alleg4)

NAME
select_palette - Sets the internal palette for color conversion. Allegro game programming library. SYNOPSIS
#include <allegro.h> void select_palette(const PALETTE p); DESCRIPTION
Ugly 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 ALSO
set_palette(3alleg4), unselect_palette(3alleg4), exlights(3alleg4) Allegro version 4.4.2 select_palette(3alleg4)
Man Page

2 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Shopt -s histappend

What is the point of this? Whenever I close my shell it appends to the history file without adding this. I have never seen it overwrite my history file. # When the shell exits, append to the history file instead of overwriting it shopt -s histappend (3 Replies)
Discussion started by: cokedude
3 Replies

2. OS X (Apple)

Undeletable file

Greetings, I'm trying to delete a file with a weird name from within Terminal on a Mac. It's a very old file (1992) with null characters in the name: “␀␀Word FinderÂŽ Plus™”. Here are some examples of what I've tried: 12FX009:5 dpontius$ ls ␀␀Word FinderÂŽ Plus™ 12FX009:5 dpontius$ rm... (29 Replies)
Discussion started by: dpontius
29 Replies