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_rgba - Allegro 5 API

Description

       Retrieves components of an ALLEGRO_COLOR(3alleg5).  Components will range from 0-255.

       This function can be called before Allegro is initialized.

Name

       al_unmap_rgba - Allegro 5 API

See Also

al_unmap_rgb(3alleg5), al_unmap_rgba_f(3alleg5), al_unmap_rgb_f(3alleg5)

Allegro reference manual                                                                  al_unmap_rgba(3alleg5)

Synopsis

              #include <allegro5/allegro.h>

              void al_unmap_rgba(ALLEGRO_COLOR color,
                 unsigned char *r, unsigned char *g, unsigned char *b, unsigned char *a)

See Also