1set_saturation_blender(3) Allegro manual set_saturation_blender(3)
2
3
4
6 set_saturation_blender - Enables a saturation blender mode. Allegro
7 game programming library.
8
10 #include <allegro.h>
11
12
13 void set_saturation_blender(int r, int g, int b, int a);
14
16 Enables a saturation blender mode for combining translucent or lit
17 truecolor pixels. Applies the saturation of the source to the destina‐
18 tion image.
19
20
22 set_trans_blender(3), drawing_mode(3)
23
24
25
26Allegro version 4.4.3 set_saturation_blender(3)