1set_dodge_blender(3) Allegro manual set_dodge_blender(3)
2
3
4
6 set_dodge_blender - Enables a dodge blender mode. Allegro game programā
7 ming library.
8
10 #include <allegro.h>
11
12
13 void set_dodge_blender(int r, int g, int b, int a);
14
16 Enables a dodge blender mode for combining translucent or lit truecolor
17 pixels. The lightness of colours in the source lighten the colours of
18 the destination. White has the most effect; black has none.
19
20
22 set_trans_blender(3), drawing_mode(3)
23
24
25
26Allegro version 4.2.3 set_dodge_blender(3)