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_set_bitmap_blender - Allegro 5 API

Description

       Sets  the  function  to use for blending when rendering to the target bitmap.  If no blender is set for a
       given bitmap at draw time, the values  set  for  al_set_blender(3alleg5)/al_set_separate_blender(3alleg5)
       are used instead.

       To     use     separate     functions     for     chroma     (RGB)     and     alpha     channels,    use
       al_set_separate_bitmap_blender(3alleg5).

       See al_set_blender(3alleg5) for more information about how blending works.

Name

       al_set_bitmap_blender - Allegro 5 API

See Also

al_set_separate_bitmap_blender(3alleg5), al_reset_bitmap_blender(3alleg5)

Since

       5.2.5

              [UnstableAPI]: New API.

Allegro reference manual                                                          al_set_bitmap_blender(3alleg5)

Synopsis

              #include <allegro5/allegro.h>

              void al_set_bitmap_blender(int op, int src, int dest)

See Also