.TH vga_drawpixel() "" "" "VGA Function"
.PC "Draw a pixel in the current color"
.B "#include <vga.h>"
\fBint vga_drawpixel(\fIx\^\fB, \fIy\^\fB)\fR
\fBint \fIx\^\fB, \fIy\^\fB;\fR
.PP
Function
.B vga_drawpixel()
draws a pixel at screen coordinates
.I x
and
.IR y .
It draws the pixel in the current color, which can be set by function
.BR vga_setcolor() .
.SH "See Also"
.B
libvga,
vga_drawline()
.R
