Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

set_alpha_blender(3alleg4) [opendarwin man page]

set_alpha_blender(3alleg4)					  Allegro manual					set_alpha_blender(3alleg4)

NAME
set_alpha_blender - Enables a special alpha-channel blending mode. Allegro game programming library. SYNOPSIS
#include <allegro.h> void set_alpha_blender(); DESCRIPTION
Enables the special alpha-channel blending mode, which is used for drawing 32-bit RGBA sprites. After calling this function, you can use draw_trans_sprite() or draw_trans_rle_sprite() to draw a 32-bit source image onto any hicolor or truecolor destination. The alpha values will be taken directly from the source graphic, so you can vary the solidity of each part of the image. You can't use any of the normal translucency functions while this mode is active, though, so you should reset to one of the normal blender modes (eg. set_trans_blender()) before drawing anything other than 32-bit RGBA sprites. SEE ALSO
set_trans_blender(3alleg4), draw_trans_sprite(3alleg4), draw_trans_rle_sprite(3alleg4), set_write_alpha_blender(3alleg4), exalpha(3alleg4), exrotscl(3alleg4), extrans(3alleg4) Allegro version 4.4.2 set_alpha_blender(3alleg4)

Check Out this Related Man Page

set_alpha_blender(3alleg4)					  Allegro manual					set_alpha_blender(3alleg4)

NAME
set_alpha_blender - Enables a special alpha-channel blending mode. Allegro game programming library. SYNOPSIS
#include <allegro.h> void set_alpha_blender(); DESCRIPTION
Enables the special alpha-channel blending mode, which is used for drawing 32-bit RGBA sprites. After calling this function, you can use draw_trans_sprite() or draw_trans_rle_sprite() to draw a 32-bit source image onto any hicolor or truecolor destination. The alpha values will be taken directly from the source graphic, so you can vary the solidity of each part of the image. You can't use any of the normal translucency functions while this mode is active, though, so you should reset to one of the normal blender modes (eg. set_trans_blender()) before drawing anything other than 32-bit RGBA sprites. SEE ALSO
set_trans_blender(3alleg4), draw_trans_sprite(3alleg4), draw_trans_rle_sprite(3alleg4), set_write_alpha_blender(3alleg4), exalpha(3alleg4), exrotscl(3alleg4), extrans(3alleg4) Allegro version 4.4.2 set_alpha_blender(3alleg4)
Man Page

2 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Shopt -s histappend

What is the point of this? Whenever I close my shell it appends to the history file without adding this. I have never seen it overwrite my history file. # When the shell exits, append to the history file instead of overwriting it shopt -s histappend (3 Replies)
Discussion started by: cokedude
3 Replies

2. OS X (Apple)

Undeletable file

Greetings, I'm trying to delete a file with a weird name from within Terminal on a Mac. It's a very old file (1992) with null characters in the name: “␀␀Word FinderÂŽ Plus™”. Here are some examples of what I've tried: 12FX009:5 dpontius$ ls ␀␀Word FinderÂŽ Plus™ 12FX009:5 dpontius$ rm... (29 Replies)
Discussion started by: dpontius
29 Replies