1al_put_pixel(3) al_put_pixel(3)
2
3
4
6 al_put_pixel - Allegro 5 API
7
9 #include <allegro5/allegro.h>
10
11 void al_put_pixel(int x, int y, ALLEGRO_COLOR color)
12
14 Draw a single pixel on the target bitmap. This operation is slow on
15 non-memory bitmaps. Consider locking the bitmap if you are going to
16 use this function multiple times on the same bitmap. This function is
17 not affected by the transformations or the color blenders.
18
20 ALLEGRO_COLOR(3), al_get_pixel(3), al_put_blended_pixel(3),
21 al_lock_bitmap(3)
22
23
24
25Allegro reference manual al_put_pixel(3)