gui_fg_color, gui_bg_color
The foreground and background colors for the standard dialogs. Allegro game programming library.
- Provided by: allegro4-doc (Version: 2:4.4.3.1-2)
- Source: allegro4.4
- Report a bug
The foreground and background colors for the standard dialogs. Allegro game programming library.
#include <allegro.h>
extern int gui_fg_color;
extern int gui_bg_color;
The foreground and background colors for the standard dialogs (alerts, menus, and the file selector). They default to 255 and 0.
gui_mg_color(3alleg4), set_dialog_color(3alleg4), exgui(3alleg4)