geta32 - Man Page
Extract the alpha component form a 32-bit pixel format color. Allegro game programming library.
Synopsis
#include <allegro.h>
int geta32(int c);
Description
Given a color in a 32-bit pixel format, this function extracts the alpha component (ranging 0-255).
See Also
Referenced By
version 4.4.3 Allegro manual