gui_mg_color(3) - Linux man page

Name

gui_mg_color - The color used for displaying greyed-out dialog objects. Allegro game programming library.

Synopsis

#include <allegro.h>

extern int gui_mg_color;

Description

The color used for displaying greyed-out dialog objects (with the D_DISABLED flag set). Defaults to 8.

See Also

gui_fg_color(3), set_dialog_color(3), exgui(3)