1al_set_separate_blender(3) Library Functions Manual al_set_separate_blender(3)
2
3
4
6 al_set_separate_blender
7
9 #include <allegro5/allegro.h>
10
11 void al_set_separate_blender(int op, int src, int dst,
12 int alpha_op, int alpha_src, int alpha_dst)
13
15 Like al_set_blender(3), but allows specifying a separate blending oper‐
16 ation for the alpha channel. This is useful if your target bitmap also
17 has an alpha channel and the two alpha channels need to be combined in
18 a different way than the color components.
19
21 al_set_blender(3), al_get_blender(3), al_get_separate_blender(3)
22
23
24
25Allegro reference manual al_set_separate_blender(3)