1al_get_separate_blender(3) al_get_separate_blender(3)
23
4
NAME
6al_get_separate_blender - Allegro 5 API
7
SYNOPSIS
9#include <allegro5/allegro.h>
1011
void al_get_separate_blender(int *op, int *src, int *dst,
12int *alpha_op, int *alpha_src, int *alpha_dst)
13
DESCRIPTION
15Returns the active blender for the current thread. You can pass NULL
16for values you are not interested in.
17
SEE ALSO
19al_set_separate_blender(3), al_get_blender(3)
2021
22
23
Allegro reference manual al_get_separate_blender(3)