Query: putpixel
OS: opendarwin
Section: 3alleg4
Links: opendarwin man pages all man pages
Forums: unix linux community forum categories
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
putpixel(3alleg4) Allegro manual putpixel(3alleg4)NAMEputpixel - Writes a pixel into a bitmap. Allegro game programming library.SYNOPSIS#include <allegro.h> void putpixel(BITMAP *bmp, int x, int y, int color);DESCRIPTIONWrites 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);SEE ALSOgetpixel(3alleg4), _putpixel(3alleg4), drawing_mode(3alleg4), makecol(3alleg4), ex12bit(3alleg4), exalpha(3alleg4), exflame(3alleg4), exjoy(3alleg4), exstars(3alleg4), exswitch(3alleg4) Allegro version 4.4.2 putpixel(3alleg4)
Related Man Pages |
---|
getpixel(3alleg4) - suse |
putpixel(3alleg4) - centos |
getpixel(3alleg4) - centos |
getpixel(3alleg4) - php |
getpixel(3alleg4) - linux |
Similar Topics in the Unix Linux Community |
---|
xlib blues (XFree86 - Linux) |
'seg' assembly instruction in .s file |
SDL Image Filtering |
Xlib - Rotation and interpolation of pixmap - Performance problems |