get_palette_range(3alleg4) debian man page | unix.com

Man Page: get_palette_range

Operating Environment: debian

Section: 3alleg4

get_palette_range(3alleg4)					  Allegro manual					get_palette_range(3alleg4)

NAME
get_palette_range - Retrieves a specific palette range. Allegro game programming library.
SYNOPSIS
#include <allegro.h> void get_palette_range(PALETTE p, int from, int to);
DESCRIPTION
Retrieves the palette entries between from and to (inclusive: pass 0 and 255 to get the entire palette).
SEE ALSO
get_palette(3alleg4), set_palette_range(3alleg4) Allegro version 4.4.2 get_palette_range(3alleg4)
Related Man Pages
expal(3alleg4) - debian
exscale(3alleg4) - debian
expal(3alleg4) - suse
expal(3alleg4) - php
expal(3alleg4) - linux
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
Detecting unused variables...
Find columns in a file based on header and print to new file
How to copy a column of multiple files and paste into new excel file (next to column)?
My first PERL incarnation... Audio Oscillograph