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

FreeBSD Manual Pages

  
 
  

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

NAME
     get_color - Retrieves the specified palette entry. Allegro game programming
     library.

SYNOPSIS
     #include <allegro.h>

     void get_color(int index, RGB *p);

DESCRIPTION
     Retrieves the specified palette entry. Example:

	RGB color;
	...
	get_color(11, &color);

SEE ALSO
     get_palette(3), set_color(3)

Allegro 			  version 4.4.3 		    get_color(3)

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

home | help