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

Description

       Return an ALLEGRO_COLOR(3alleg5) with the given name.  If the color is not found then black is returned.

       See al_color_name_to_rgb(3alleg5) for the list of names.

Allegro reference manual                                                                  al_color_name(3alleg5)

Name

       al_color_name - Allegro 5 API

Synopsis

              #include <allegro5/allegro_color.h>

              ALLEGRO_COLOR al_color_name(char const *name)

See Also