.\" Automatically generated by Pandoc 3.1.12.1 .\" .TH "al_unmap_rgb_f" "3" "" "Allegro reference manual" "" .SH NAME al_unmap_rgb_f \- Allegro 5 API .SH SYNOPSIS .IP .EX #include \f[B]\f[R] void al_unmap_rgb_f(ALLEGRO_COLOR color, float *r, float *g, float *b) .EE .SH DESCRIPTION Retrieves components of an ALLEGRO_COLOR(3), ignoring alpha. Components will range from 0.0f\-1.0f. .PP This function can be called before Allegro is initialized. .SH SEE ALSO al_unmap_rgba(3), al_unmap_rgb(3), al_unmap_rgba_f(3)