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

rectfill - Draws a solid filled rectangle. Allegro game programming library.

Description

       Draws a solid, filled rectangle with the two points as its opposite corners.

Name

       rectfill - Draws a solid filled rectangle. Allegro game programming library.

See Also

rect(3alleg4),    clear_bitmap(3alleg4),   drawing_mode(3alleg4),   makecol(3alleg4),   exalpha(3alleg4),
       excolmap(3alleg4),     exkeys(3alleg4),     exmidi(3alleg4),      expat(3alleg4),      exscroll(3alleg4),
       exsprite(3alleg4), exstars(3alleg4), exswitch(3alleg4), extrans(3alleg4)

Allegro                                           version 4.4.3                                rectfill(3alleg4)

Synopsis

#include<allegro.h>voidrectfill(BITMAP*bmp,intx1,inty1,intx2,inty2,intcolor);

See Also