set_palette man page on DragonFly
[printable version]
set_palette(3) Allegro manual set_palette(3)
NAME
set_palette - Sets the entire palette of 256 colors. Allegro game pro‐
gramming library.
SYNOPSIS
#include <allegro.h>
void set_palette(const PALETTE p);
DESCRIPTION
Sets the entire palette of 256 colors. You should provide an array of
256 RGB structures. Unlike set_color(), there is no need to call
vsync() before this function. Example:
BITMAP *bmp;
PALETTE palette;
...
bmp = load_bitmap(filename, palette);
if (!bmp)
abort_on_error("Couldn't load bitmap!");
set_palette(palette);
SEE ALSO
set_gfx_mode(3), set_palette_range(3), set_color(3), get_palette(3),
select_palette(3), palette_color(3)
Allegro version 4.4.2 set_palette(3)
[top]
List of man pages available for DragonFly
Copyright (c) for man pages and the logo by the respective OS vendor.
For those who want to learn more, the polarhome community provides shell access and support.
[legal]
[privacy]
[GNU]
[policy]
[cookies]
[netiquette]
[sponsors]
[FAQ]
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
|
Vote for polarhome
|