Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

polytype_atex_lit(3alleg4) [opendarwin man page]

POLYTYPE_ATEX_LIT(3alleg4)					  Allegro manual					POLYTYPE_ATEX_LIT(3alleg4)

NAME
POLYTYPE_ATEX_LIT, POLYTYPE_PTEX_LIT - Polygon rendering mode type Allegro game programming library. SYNOPSIS
#include <allegro.h> #define POLYTYPE_ATEX_LIT #define POLYTYPE_PTEX_LIT DESCRIPTION
Like POLYTYPE_ATEX and POLYTYPE_PTEX, but the global color_map table (for 256-color modes) or blender function (for non-MMX truecolor modes) is used to blend the texture with a light level taken from the `c' value in the vertex structure. This must only be used after you have set up the color mapping table or blender functions! SEE ALSO
polygon3d(3alleg4), POLYTYPE_ATEX(3alleg4), POLYTYPE_PTEX(3alleg4), color_map(3alleg4), ex3d(3alleg4) Allegro version 4.4.2 POLYTYPE_ATEX_LIT(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