Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

set_multiply_blender(3alleg4) [opendarwin man page]

set_multiply_blender(3alleg4)					  Allegro manual				     set_multiply_blender(3alleg4)

NAME
set_multiply_blender - Enables a multiply blender mode. Allegro game programming library. SYNOPSIS
#include <allegro.h> void set_multiply_blender(int r, int g, int b, int a); DESCRIPTION
Enables a multiply blender mode for combining translucent or lit truecolor pixels. Combines the source and destination images, multiplying the colours to produce a darker colour. If a colour is multiplied by white it remains unchanged; when multiplied by black it also becomes black. SEE ALSO
set_trans_blender(3alleg4), drawing_mode(3alleg4), exalpha(3alleg4) Allegro version 4.4.2 set_multiply_blender(3alleg4)

Check Out this Related Man Page

set_trans_blender(3alleg4)					  Allegro manual					set_trans_blender(3alleg4)

NAME
set_trans_blender - Enables a truecolor blender. Allegro game programming library. SYNOPSIS
#include <allegro.h> void set_trans_blender(int r, int g, int b, int a); DESCRIPTION
Enables a linear interpolator blender mode for combining translucent or lit truecolor pixels. SEE ALSO
set_blender_mode(3alleg4), set_alpha_blender(3alleg4), set_write_alpha_blender(3alleg4), color_map(3alleg4), draw_trans_sprite(3alleg4), draw_lit_sprite(3alleg4), drawing_mode(3alleg4), set_add_blender(3alleg4), set_burn_blender(3alleg4), set_color_blender(3alleg4), set_dif- ference_blender(3alleg4), set_dissolve_blender(3alleg4), set_dodge_blender(3alleg4), set_hue_blender(3alleg4), set_invert_blender(3alleg4), set_luminance_blender(3alleg4), set_multiply_blender(3alleg4), set_saturation_blender(3alleg4), set_screen_blender(3alleg4), ex3d(3alleg4), exblend(3alleg4), exrotscl(3alleg4), exshade(3alleg4), extrans(3alleg4), extrans2(3alleg4), exxfade(3alleg4) Allegro version 4.4.2 set_trans_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