gui_fg_color - Man Page

The foreground and background colors for the standard dialogs. Allegro game programming library.

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.

See Also

gui_mg_color(3), set_dialog_color(3), exgui(3)

Referenced By

alert(3), alert3(3), exgui(3), file_select_ex(3), gfx_mode_select(3), gfx_mode_select_ex(3), gfx_mode_select_filter(3), gui_mg_color(3), gui_shadow_box_proc(3), set_dialog_color(3).

The man page gui_bg_color(3) is an alias of gui_fg_color(3).

version 4.4.3 Allegro manual