get_palette(3alleg4) redhat man page | unix.com

Man Page: get_palette

Operating Environment: redhat

Section: 3alleg4

get_palette(3alleg4)						  Allegro manual					      get_palette(3alleg4)

NAME
get_palette - Retrieves the entire palette of 256 colors. Allegro game programming library. SYNOPSIS
#include <allegro.h> void get_palette(PALETTE p); DESCRIPTION
Retrieves the entire palette of 256 colors. You should provide an array of 256 RGB structures to store it in. Example: PALETTE pal; ... get_palette(pal); SEE ALSO
get_palette_range(3alleg4), get_color(3alleg4), set_palette(3alleg4) Allegro version 4.4.2 get_palette(3alleg4)
Related Man Pages
expal(3alleg4) - suse
save_bitmap(3alleg4) - centos
save_bitmap(3alleg4) - suse
expal(3alleg4) - netbsd
save_bitmap(3alleg4) - opendarwin
Similar Topics in the Unix Linux Community
How to capture ^x,^y via bash script?
Create an unconfigured VMware host from a template that is set to do firstboot --reconfig
Issue with &quot;rsh&quot; on RedHat
Shopt -s histappend
[TIP] Processing YAML files with yq