1gui_mg_color(3) Allegro manual gui_mg_color(3)
23
4
NAME
6gui_mg_color - The color used for displaying greyed-out dialog objects.
7Allegro game programming library.
8
SYNOPSIS
10#include <allegro.h>
1112
13
extern int gui_mg_color;
14
DESCRIPTION
16The color used for displaying greyed-out dialog objects (with the
17D_DISABLED flag set). Defaults to 8.
1819
SEE ALSO
21gui_fg_color(3), set_dialog_color(3), exgui(3)
2223
24
25
Allegro version 4.2.2 gui_mg_color(3)