GDIndex.gif Previous-2.gif Next-3.gif

GDstate_set_color- GD API


Synopsis

set the color


void GDstate_set_color
(GDview *view,  float *col)

Description

GDstate_set_color sets view 's col state. The col state determines a drawing's color.

col is a pointer to an array of three floating-point numbers specifying a color's red, green, and blue components.

 



GDIndex.gif Previous-2.gif Next-3.gif