gstream-set_color(3)

set_color(3) gstream manual set_color(3)

NAME

set_color

SYNOPSIS

#include <gstream.h>

void set_color(int clr);

DESCRIPTION

Sets the colour to draw the font with. For a detailed discussion of this see the documentation for Allegro (under textout) - the gstream will pass this colour variable directly to the string drawing function so the same rules as for normal textouts apply to it. The default is -1.

SEE ALSO

gstream-get_color(3)

version 1.6 gstream