1set_color(3) gstream manual set_color(3)
23
4
NAME
6set_color
7
SYNOPSIS
9#include <gstream.h>
1011
12
void set_color(int clr);
13
DESCRIPTION
15Sets the colour to draw the font with. For a detailed discussion of
16this see the documentation for Allegro (under textout) - the gstream
17will pass this colour variable directly to the string drawing function
18so the same rules as for normal textouts apply to it. The default is
19-1.
2021
SEE ALSO
23gstream-get_color(3)
2425
26
27
gstream version 1.6 set_color(3)