v7 man page for set_palette_range

Query: set_palette_range

OS: v7

Section: 3alleg4

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

set_palette_range(3alleg4)					  Allegro manual					set_palette_range(3alleg4)

NAME
set_palette_range - Sets a specific range of the palette. Allegro game programming library. SYNOPSIS
#include <allegro.h> void set_palette_range(const PALETTE p, int from, int to, int vsync); DESCRIPTION
Sets the palette entries between from and to (inclusive: pass 0 and 255 to set the entire palette). If vsync is set it waits for the verti- cal retrace, otherwise it sets the colors immediately. Example: PALETTE palette; ... /* Modify the first 16 entries. */ change_first_16_colors(palette); /* Now update them waiting for vsync. */ set_palette_range(palette, 0, 15, 1); SEE ALSO
set_palette(3alleg4), get_palette_range(3alleg4), exzbuf(3alleg4) Allegro version 4.4.2 set_palette_range(3alleg4)
Related Man Pages
expal(3alleg4) - debian
expal(3alleg4) - suse
exscale(3alleg4) - suse
expal(3alleg4) - netbsd
exscale(3alleg4) - php
Similar Topics in the Unix Linux Community
Sort by values in the 1st row, leaving first four coulumns untouched
Required libs to compile libXft
Cyber Dystopia Teaser (720 HD)
Shopt -s histappend
Bash - here document on RHEL 6.8 and 6.9 servers aren't working