.\" Generated by the Allegro makedoc utility .TH gui_fg_color 3alleg4 "version 4.4.3" "Allegro" "Allegro manual" .SH NAME gui_fg_color, gui_bg_color \- The foreground and background colors for the standard dialogs. Allegro game programming library.\& .SH SYNOPSIS .B #include .sp .B extern int gui_fg_color; .B extern int gui_bg_color; .SH DESCRIPTION The foreground and background colors for the standard dialogs (alerts, menus, and the file selector). They default to 255 and 0. .SH SEE ALSO .BR gui_mg_color (3alleg4), .BR set_dialog_color (3alleg4), .BR exgui (3alleg4)