.\" Automatically generated by Pandoc 3.1.12.1 .\" .TH "al_color_name" "3" "" "Allegro reference manual" "" .SH NAME al_color_name \- Allegro 5 API .SH SYNOPSIS .IP .EX #include \f[B]\f[R] ALLEGRO_COLOR al_color_name(char const *name) .EE .SH DESCRIPTION Return an ALLEGRO_COLOR(3) with the given name. If the color is not found then black is returned. .PP See al_color_name_to_rgb(3) for the list of names.