logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

geta32 - Extract the alpha component form a 32-bit pixel format color. Allegro game programming library.

Description

       Given a color in a 32-bit pixel format, this function extracts the alpha component (ranging 0-255).

Name

       geta32 - Extract the alpha component form a 32-bit pixel format color. Allegro game programming library.

See Also

getr8(3alleg4)

Allegro                                           version 4.4.3                                  geta32(3alleg4)

Synopsis

#include<allegro.h>intgeta32(intc);

See Also