set_palette_range man page on DragonFly

Man page or keyword search:  
man Server   44335 pages
apropos Keyword Search (all sections)
Output format
DragonFly logo
[printable version]

set_palette_range(3)		Allegro manual		  set_palette_range(3)

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 vertical
       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(3), get_palette_range(3), exzbuf(3)

Allegro				 version 4.4.2		  set_palette_range(3)
[top]

List of man pages available for DragonFly

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net