1al_convert_mask_to_alpha(3)                        al_convert_mask_to_alpha(3)
2
3
4

NAME

6       al_convert_mask_to_alpha - Allegro 5 API
7

SYNOPSIS

9              #include <allegro5/allegro.h>
10
11              void al_convert_mask_to_alpha(ALLEGRO_BITMAP *bitmap, ALLEGRO_COLOR mask_color)
12

DESCRIPTION

14       Convert the given mask color to an alpha channel in the bitmap.  Can be
15       used to convert older 4.2-style bitmaps with magic pink to  alpha-ready
16       bitmaps.
17

SEE ALSO

19       ALLEGRO_COLOR(3)
20
21
22
23Allegro reference manual                           al_convert_mask_to_alpha(3)
Impressum