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

FreeBSD Manual Pages

  
 
  

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

NAME
       al_unmap_rgb_f -	Allegro	5 API

SYNOPSIS
	      #include <allegro5/allegro.h>

	      void al_unmap_rgb_f(ALLEGRO_COLOR	color, float *r, float *g, float *b)

DESCRIPTION
       Retrieves  components  of  an ALLEGRO_COLOR(3), ignoring	alpha.	Compo-
       nents will range	from 0.0f-1.0f.

       This function can be called before Allegro is initialized.

SEE ALSO
       al_unmap_rgba(3), al_unmap_rgb(3), al_unmap_rgba_f(3)

Allegro	reference manual				     al_unmap_rgb_f(3)

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

home | help