1geta32(3) Allegro manual geta32(3)
23
4
NAME
6geta32 - Extract the alpha component form a 32-bit pixel format color.
7Allegro game programming library.
8
SYNOPSIS
10#include <allegro.h>
1112
13
int geta32(int c);
14
DESCRIPTION
16Given a color in a 32-bit pixel format, this function extracts the
17alpha component (ranging 0-255).
1819
SEE ALSO
21getr8(3)
2223
24
25
Allegro version 4.4.2 geta32(3)