al_color_name - Man Page
Allegro 5 API
Synopsis
#include <allegro5/allegro_color.h> ALLEGRO_COLOR al_color_name(char const *name)
Description
Return an ALLEGRO_COLOR(3) with the given name. If the color is not found then black is returned.
See al_color_name_to_rgb(3) for the list of names.
Referenced By
al_color_name_to_rgb(3), al_color_rgb_to_name(3).
Allegro reference manual