logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

al_unmap_rgb_f - Allegro 5 API

Description

       Retrieves components of an ALLEGRO_COLOR(3alleg5), ignoring alpha.  Components will range from 0.0f-1.0f.

       This function can be called before Allegro is initialized.

Name

       al_unmap_rgb_f - Allegro 5 API

See Also

al_unmap_rgba(3alleg5), al_unmap_rgb(3alleg5), al_unmap_rgba_f(3alleg5)

Allegro reference manual                                                                 al_unmap_rgb_f(3alleg5)

Synopsis

              #include <allegro5/allegro.h>

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

See Also