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

FreeBSD Manual Pages

  
 
  

home | help
al_map_rgb(3)		    Library Functions Manual		   al_map_rgb(3)

NAME
     al_map_rgb - Allegro 5 API

SYNOPSIS
	    #include <allegro5/allegro.h>

	    ALLEGRO_COLOR al_map_rgb(
	       unsigned char r, unsigned char g, unsigned char b)

DESCRIPTION
     Convert  r,  g,  b (ranging from 0-255) into an ALLEGRO_COLOR(3), using 255
     for alpha.

     This function can be called before Allegro is initialized.

SEE ALSO
     al_map_rgba(3), al_map_rgba_f(3), al_map_rgb_f(3)

Allegro reference manual					   al_map_rgb(3)

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

home | help