1al_put_blended_pixel(3)                                al_put_blended_pixel(3)
2
3
4

NAME

6       al_put_blended_pixel - Allegro 5 API
7

SYNOPSIS

9              #include <allegro5/allegro.h>
10
11              void al_put_blended_pixel(int x, int y, ALLEGRO_COLOR color)
12

DESCRIPTION

14       Like  al_put_pixel(3), but the pixel color is blended using the current
15       blenders before being drawn.
16

SEE ALSO

18       ALLEGRO_COLOR(3), al_put_pixel(3)
19
20
21
22Allegro reference manual                               al_put_blended_pixel(3)
Impressum