1al_set_separate_bitmap_blender(3)            al_set_separate_bitmap_blender(3)
2
3
4

NAME

6       al_set_separate_bitmap_blender - Allegro 5 API
7

SYNOPSIS

9              #include <allegro5/allegro.h>
10
11              void al_set_separate_bitmap_blender(int op, int src, int dst, int alpha_op, int alpha_src, int alpha_dst)
12

DESCRIPTION

14       Like  al_set_bitmap_blender(3), but allows specifying a separate blend‐
15       ing operation for the alpha channel.  This is  useful  if  your  target
16       bitmap  also has an alpha channel and the two alpha channels need to be
17       combined in a different way than the color components.
18

SINCE

20       5.2.5
21
22              [Unstable API]: New API.
23

SEE ALSO

25       al_set_bitmap_blender(3), al_reset_bitmap_blender(3)
26
27
28
29Allegro reference manual                     al_set_separate_bitmap_blender(3)
Impressum