php man page for create_rgb_table

Query: create_rgb_table

OS: php

Section: 3alleg4

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

create_rgb_table(3alleg4)					  Allegro manual					 create_rgb_table(3alleg4)

NAME
create_rgb_table - Generates an RGB mapping table with lookup data for a palette. Allegro game programming library.
SYNOPSIS
#include <allegro.h> void create_rgb_table(RGB_MAP *table, const PALETTE pal, void (*callback)(int pos));
DESCRIPTION
Fills the specified RGB mapping table with lookup data for the specified palette. If the callback function is not NULL, it will be called 256 times during the calculation, allowing you to display a progress indicator. Example: RGB_MAP rgb_table; create_rgb_table(&rgb_table, palette, NULL); rgb_map = &rgb_table;
SEE ALSO
rgb_map(3alleg4), ex3d(3alleg4), excolmap(3alleg4), exrgbhsv(3alleg4), exshade(3alleg4), extrans(3alleg4) Allegro version 4.4.2 create_rgb_table(3alleg4)
Related Man Pages
exshade(3alleg4) - suse
rgb_map(3alleg4) - php
rgb_map(3alleg4) - redhat
rgb_map(3alleg4) - linux
rgb_map(3alleg4) - freebsd
Similar Topics in the Unix Linux Community
User Guide: Posting in the Emergency Forum
Rules for Homework &amp; Coursework Questions Forum
Forum Video Tutorial: How to Use Code Tags
UNIX.COM 2017 Year End Summary
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Wolf Machowitsch