1set_color_blender(3) Allegro manual set_color_blender(3)
2
3
4
6 set_color_blender - Enables a color blender mode. Allegro game programā
7 ming library.
8
10 #include <allegro.h>
11
12
13 void set_color_blender(int r, int g, int b, int a);
14
16 Enables a color blender mode for combining translucent or lit truecolor
17 pixels. Applies only the hue and saturation of the source image to the
18 destination image. The luminance of the destination image is not
19 affected.
20
21
23 set_trans_blender(3), drawing_mode(3)
24
25
26
27Allegro version 4.4.3 set_color_blender(3)