gstream-set_color

Langue: en

Version: version 1.6 (fedora - 05/07/09)

Section: 3 (Bibliothèques de fonctions)

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)