1set_dialog_color(3)             Allegro manual             set_dialog_color(3)
2
3
4

NAME

6       set_dialog_color - Sets the colors of an array of dialog objects. Alle‐
7       gro game programming library.
8

SYNOPSIS

10       #include <allegro.h>
11
12
13       void set_dialog_color(DIALOG *dialog, int fg, int bg);
14

DESCRIPTION

16       Sets the foreground  and  background  colors  of  an  array  of  dialog
17       objects.
18
19

SEE ALSO

21       gui_fg_color(3), gui_mg_color(3), centre_dialog(3), exgui(3)
22
23
24
25Allegro                          version 4.2.2             set_dialog_color(3)
Impressum