Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
ellipsefill(3)			 Allegro manual 		  ellipsefill(3)

NAME
     ellipsefill - Draws a filled ellipse. Allegro game programming library.

SYNOPSIS
     #include <allegro.h>

     void ellipsefill(BITMAP *bmp, int x, int y, int rx, int ry, int color);

DESCRIPTION
     Draws a filled ellipse with the specified centre and radius.

SEE ALSO
     circlefill(3),   ellipse(3),  do_ellipse(3),  drawing_mode(3),  makecol(3),
     ex12bit(3)

Allegro 			  version 4.4.3 		  ellipsefill(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=ellipsefill&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help