Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
get_palette_range(3)		 Allegro manual 	    get_palette_range(3)

NAME
     get_palette_range	-  Retrieves a specific palette range. Allegro game pro-
     gramming 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(3), set_palette_range(3)

Allegro 			  version 4.4.3 	    get_palette_range(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=get_palette_range&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help