.TH vga_setcolor() "" "" "VGA Function"
.PC "Set the color for calls to drawing functions"
.B "#include <vga.h>"
\fBint vga_setcolor(\fIcolor\^\fB)\fR
\fBint \fIcolor\^\fB;\fR
.PP
Function
.B vga_setcolor()
sets the color to be used by subsequent drawing operations.
.I color
gives the index position in the current palette of the color to use.
.SH "See Also"
.B
libvga
vga_drawline(),
vga_drawpixel()
.R
