man gl_fillcircle (Fonctions bibliothèques) - draw a filled circle

NAME

gl_fillcircle - draw a filled circle

SYNOPSIS

#include <vgagl.h>

void gl_fillcircle(int x, int y, int r, int c);

DESCRIPTION

Draw a filled circle of radius r in color c , centered at ( x , y ).

SEE ALSO

AUTHOR

This manual page was written by Jay Link <jlink@svgalib.org>. The function itself is based upon the original gl_circle (3).