ellipsefill - Man Page

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)

Referenced By

circlefill(3), do_ellipse(3), ellipse(3), ex12bit(3).

version 4.4.3 Allegro manual