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

putpixel - Writes a pixel into a bitmap. Allegro game programming library.

Description

       Writes  a  pixel to the specified position in the bitmap, using the current drawing mode and the bitmap's
       clipping rectangle. Example:

          putpixel(screen, 10, 30, some_color);

Name

       putpixel - Writes a pixel into a bitmap. Allegro game programming library.

See Also

getpixel(3alleg4),   _putpixel(3alleg4),   drawing_mode(3alleg4),   makecol(3alleg4),   ex12bit(3alleg4),
       exalpha(3alleg4), exflame(3alleg4), exjoy(3alleg4), exstars(3alleg4), exswitch(3alleg4)

Allegro                                           version 4.4.3                                putpixel(3alleg4)

Synopsis

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

See Also