.\" Automatically generated by Pandoc 2.2.1 .\" .TH "al_put_blended_pixel" "3alleg5" "" "Allegro reference manual" "" .hy .SH NAME .PP al_put_blended_pixel \- Allegro 5 API .SH SYNOPSIS .IP .nf \f[C] #include\ void\ al_put_blended_pixel(int\ x,\ int\ y,\ ALLEGRO_COLOR\ color) \f[] .fi .SH DESCRIPTION .PP Like al_put_pixel(3alleg5), but the pixel color is blended using the current blenders before being drawn. .SH SEE ALSO .PP ALLEGRO_COLOR(3alleg5), al_put_pixel(3alleg5)