logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

al_put_blended_pixel - Allegro 5 API

Description

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

Name

       al_put_blended_pixel - Allegro 5 API

See Also

ALLEGRO_COLOR(3alleg5), al_put_pixel(3alleg5)

Allegro reference manual                                                           al_put_blended_pixel(3alleg5)

Synopsis

              #include <allegro5/allegro.h>

              void al_put_blended_pixel(int x, int y, ALLEGRO_COLOR color)

See Also