ggiGetGCForeground(3) Set or get the foreground or background color used in drawing operations in a visual

Other Alias

ggiSetGCForeground, ggiSetGCBackground, ggiGetGCBackground

SYNOPSIS


#include <ggi/ggi.h>
int ggiSetGCForeground(ggi_visual_t vis,ggi_pixel color);
int ggiGetGCForeground(ggi_visual_t vis,ggi_pixel *color);
int ggiSetGCBackground(ggi_visual_t vis,ggi_pixel color);
int ggiGetGCBackground(ggi_visual_t vis,ggi_pixel *color);

DESCRIPTION

ggiSetGCForeground and ggiGetGCForeground set or reads the current colors for the foreground, used in all normal drawing functions.

ggiSetGCBackground and ggiGetGCBackground set or reads the current colors for the background, used in two-color operations like drawing text.

RETURN VALUE

All four functions 0 for OK.