.\" Generated by the Allegro makedoc utility .TH putpixel 3 "version 4.2.2" "Allegro" "Allegro manual" .SH NAME putpixel \- Writes a pixel into a bitmap. Allegro game programming library.\& .SH SYNOPSIS .B #include .sp .B void putpixel(BITMAP *bmp, int x, int y, int color); .SH DESCRIPTION Writes a pixel to the specified position in the bitmap, using the current drawing mode and the bitmap's clipping rectangle. Example: .nf putpixel(screen, 10, 30, some_color); .fi .SH SEE ALSO .BR getpixel (3), .BR _putpixel (3), .BR drawing_mode (3), .BR makecol (3), .BR ex12bit (3), .BR exalpha (3), .BR exflame (3), .BR exjoy (3), .BR exstars (3), .BR exswitch (3)