1set_dialog_color(3) Allegro manual set_dialog_color(3)
23
4
NAME
6set_dialog_color - Sets the colors of an array of dialog objects. Alle‐
7gro game programming library.
8
SYNOPSIS
10#include <allegro.h>
1112
13
void set_dialog_color(DIALOG *dialog, int fg, int bg);
14
DESCRIPTION
16Sets the foreground and background colors of an array of dialog
17objects.
1819
SEE ALSO
21gui_fg_color(3), gui_mg_color(3), centre_dialog(3), exgui(3)
2223
24
25
Allegro version 4.2.2 set_dialog_color(3)