.\" Automatically generated by Pandoc 3.1.3 .\" .\" Define V font for inline verbatim, using C font in formats .\" that render this, and otherwise B font. .ie "\f[CB]x\f[]"x" \{\ . ftr V B . ftr VI BI . ftr VB B . ftr VBI BI .\} .el \{\ . ftr V CR . ftr VI CI . ftr VB CB . ftr VBI CBI .\} .TH "al_color_name" "3alleg5" "" "Allegro reference manual" "" .hy .SH NAME .PP al_color_name - Allegro 5 API .SH SYNOPSIS .IP .nf \f[C] #include ALLEGRO_COLOR al_color_name(char const *name) \f[R] .fi .SH DESCRIPTION .PP Return an ALLEGRO_COLOR(3alleg5) with the given name. If the color is not found then black is returned. .PP See al_color_name_to_rgb(3alleg5) for the list of names.