logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Description

       Draws a filled ellipse with the specified centre and radius.

Name

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

See Also

circlefill(3alleg4),   ellipse(3alleg4),  do_ellipse(3alleg4),  drawing_mode(3alleg4),  makecol(3alleg4),
       ex12bit(3alleg4)

Allegro                                           version 4.4.3                             ellipsefill(3alleg4)

Synopsis

#include<allegro.h>voidellipsefill(BITMAP*bmp,intx,inty,intrx,intry,intcolor);

See Also