1al_set_blend_color(3) al_set_blend_color(3)
23
4
NAME
6al_set_blend_color - Allegro 5 API
7
SYNOPSIS
9#include <allegro5/allegro.h>
1011
void al_set_blend_color(ALLEGRO_COLOR color)
12
DESCRIPTION
14Sets the color to use for blending when using the ALLEGRO_CONST_COLOR
15or ALLEGRO_INVERSE_CONST_COLOR blend functions. See al_set_blender(3)
16for more information.
17
SEE ALSO
19al_set_blender(3), al_get_blend_color(3)
20
SINCE
225.1.12
2324
25
26
Allegro reference manual al_set_blend_color(3)