suse man page for makeacol32

Query: makeacol32

OS: suse

Section: 3alleg4

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

makeacol32(3alleg4)						  Allegro manual					       makeacol32(3alleg4)

NAME
makeacol32 - Converts an RGBA color into a 32-bit display pixel format. Allegro game programming library.
SYNOPSIS
#include <allegro.h> int makeacol32(int r, int g, int b, int a);
DESCRIPTION
Converts an RGBA color into a 32-bit display pixel format, which includes an alpha (transparency) value. There are no versions of this rou- tine for other color depths, because only the 32-bit format has enough room to store a proper alpha channel. You should only use RGBA for- mat colors as the input to draw_trans_sprite() or draw_trans_rle_sprite() after calling set_alpha_blender(), rather than drawing them directly to the screen.
SEE ALSO
makeacol(3alleg4), set_alpha_blender(3alleg4), set_write_alpha_blender(3alleg4) Allegro version 4.4.2 makeacol32(3alleg4)
Related Man Pages
makeacol_depth(3alleg4) - debian
set_alpha_blender(3alleg4) - debian
makeacol(3alleg4) - linux
makeacol(3alleg4) - osx
makeacol(3alleg4) - freebsd
Similar Topics in the Unix Linux Community
How to restrict user to a specific directory in solaris 10
Is UNIX an open source OS ?
Grant unprivileged user rights to see the output of echo|format but not modify disks
Migrating to UNIX
SOCKS proxy &amp; PAM configuration exposure