.TH vga_filled_circle() "" "" "VGA Function"
.PC "Draw a filled circle"
.B "#include <vga.h>"
\fBvoid vga_filled_circle(\fIx\^\fB, \fIy\^\fB, \fIr\^\fB, \fIcolor\^\fB)\fR
\fBint \fIx\^\fB, \fIy\^\fB, \fIr\^\fB, \fIcolor\^\fB;\fR
.PP
Function
.B vga_filled_circle()
draws a filled circle at the point \fIx\fR,\fIy\fR.
The circle has radius
.I r
and is filled with
.IR color .
.SH "See Also"
.B
libvga,
vga_filled_rectangle()
.R
