gui_fg_color(3) The foreground and background colors for the standard dialogs. Allegro game programming library.

Other Alias

gui_bg_color

SYNOPSIS

#include <allegro.h>

extern int gui_fg_color;

extern int gui_bg_color;

DESCRIPTION

The foreground and background colors for the standard dialogs (alerts, menus, and the file selector). They default to 255 and 0.