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

Description

       Convert r, g, b, a (ranging from 0-255) into an ALLEGRO_COLOR(3alleg5).

       This function can be called before Allegro is initialized.

Name

       al_map_rgba - Allegro 5 API

See Also

al_map_rgb(3alleg5), al_premul_rgba(3alleg5), al_map_rgb_f(3alleg5)

Allegro reference manual                                                                    al_map_rgba(3alleg5)

Synopsis

              #include <allegro5/allegro.h>

              ALLEGRO_COLOR al_map_rgba(
                 unsigned char r, unsigned char g, unsigned char b, unsigned char a)

See Also