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

NAME

6       set_multiply_blender  -  Enables  a multiply blender mode. Allegro game
7       programming library.
8

SYNOPSIS

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

DESCRIPTION

16       Enables a multiply blender mode for combining translucent or lit  true‐
17       color  pixels.  Combines the source and destination images, multiplying
18       the colours to produce a darker colour. If a colour  is  multiplied  by
19       white  it  remains  unchanged; when multiplied by black it also becomes
20       black.
21
22

SEE ALSO

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