1al_put_blended_pixel(3) al_put_blended_pixel(3)
23
4
NAME
6al_put_blended_pixel - Allegro 5 API
7
SYNOPSIS
9#include <allegro5/allegro.h>
1011
void al_put_blended_pixel(int x, int y, ALLEGRO_COLOR color)
12
DESCRIPTION
14Like al_put_pixel(3), but the pixel color is blended using the current
15blenders before being drawn.
16
SEE ALSO
18ALLEGRO_COLOR(3), al_put_pixel(3)
1920
21
22
Allegro reference manual al_put_blended_pixel(3)