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

NAME

6       set_dissolve_blender  -  Enables  a dissolve blender mode. Allegro game
7       programming library.
8

SYNOPSIS

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

DESCRIPTION

16       Enables a dissolve blender mode for combining translucent or lit  true‐
17       color  pixels. Randomly replaces the colours of some pixels in the des‐
18       tination image with those of the source image.  The  number  of  pixels
19       replaced  depends  on  the  alpha  value  (higher  value,  more  pixels
20       replaced; you get the idea :).
21
22

SEE ALSO

24       set_trans_blender(3), drawing_mode(3)
25
26
27
28Allegro                          version 4.2.2         set_dissolve_blender(3)
Impressum