opendarwin man page for set_palette

Query: set_palette

OS: opendarwin

Section: 3alleg4

Links: opendarwin man pages   all man pages

Forums: unix linux community   forum categories

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

set_palette(3alleg4)						  Allegro manual					      set_palette(3alleg4)

NAME
set_palette - Sets the entire palette of 256 colors. Allegro game programming 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(3alleg4), set_palette_range(3alleg4), set_color(3alleg4), get_palette(3alleg4), select_palette(3alleg4), pal- ette_color(3alleg4) Allegro version 4.4.2 set_palette(3alleg4)
Related Man Pages
exscroll(3alleg4) - centos
exscale(3alleg4) - suse
exscroll(3alleg4) - mojave
exscale(3alleg4) - linux
exscale(3alleg4) - php
Similar Topics in the Unix Linux Community
range patterns in awk
gnuplot easy histogram
GnuPlot - 2d-graph --&gt; depending from size, different color
Ncurses colors