logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on 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