1gui_fg_color(3) Allegro manual gui_fg_color(3)
2
3
4
6 gui_fg_color, gui_bg_color - The foreground and background colors for
7 the standard dialogs. Allegro game programming library.
8
10 #include <allegro.h>
11
12
13 extern int gui_fg_color;
14
15 extern int gui_bg_color;
16
18 The foreground and background colors for the standard dialogs (alerts,
19 menus, and the file selector). They default to 255 and 0.
20
21
23 gui_mg_color(3), set_dialog_color(3), exgui(3)
24
25
26
27Allegro version 4.2.2 gui_fg_color(3)