1set_burn_blender(3)             Allegro manual             set_burn_blender(3)
2
3
4

NAME

6       set_burn_blender  -  Enables a burn blender mode. Allegro game programā€
7       ming library.
8

SYNOPSIS

10       #include <allegro.h>
11
12
13       void set_burn_blender(int r, int g, int b, int a);
14

DESCRIPTION

16       Enables a burn blender mode for combining translucent or lit  truecolor
17       pixels.  Here  the  lightness values of the colours of the source image
18       reduce the lightness of the destination image, darkening the image.
19
20

SEE ALSO

22       set_trans_blender(3), drawing_mode(3)
23
24
25
26Allegro                          version 4.2.2             set_burn_blender(3)
Impressum