php man page for palette_color

Query: palette_color

OS: php

Section: 3alleg4

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

palette_color(3alleg4)						  Allegro manual					    palette_color(3alleg4)

NAME
palette_color - Maps palette indexes into the current pixel format colors. Allegro game programming library.
SYNOPSIS
#include <allegro.h> extern int palette_color[256];
DESCRIPTION
Table mapping palette index colors (0-255) into whatever pixel format is being used by the current display mode. In a 256-color mode this just maps onto the array index. In truecolor modes it looks up the specified entry in the current palette, and converts that RGB value into the appropriate packed pixel format. Example: set_color_depth(32); ... set_palette(desktop_palette); /* Put a pixel with the color 2 (green) of the palette */ putpixel(screen, 100, 100, palette_color[2]);
SEE ALSO
set_palette(3alleg4), makecol(3alleg4), set_color_depth(3alleg4) Allegro version 4.4.2 palette_color(3alleg4)
Related Man Pages
expat(3alleg4) - debian
exscn3d(3alleg4) - debian
extruec(3alleg4) - debian
extruec(3alleg4) - php
extruec(3alleg4) - redhat
Similar Topics in the Unix Linux Community
Please Welcome Don Cragun as Lead Moderator
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Don Cragun
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Wolf Machowitsch
Denial Of Service Attack Update
Please Welcome Nicki Paul to the Moderator Team!