Man Linux: Main Page and Category List

NAME

       set_blender_mode   -  Specifies  a  custom  set  of  truecolor  blender
       routines. Allegro game programming library.

SYNOPSIS

       #include <allegro.h>

       void set_blender_mode(BLENDER_FUNC b15, b16, b24, int r, g, b, a);

DESCRIPTION

       Specifies a custom set of truecolor blender routines, which can be used
       to  implement  whatever  special  interpolation  modes  you  need. This
       function shares a single blender between the 24 and 32-bit modes.

SEE ALSO

       set_blender_mode_ex(3alleg),                 set_trans_blender(3alleg),
       color_map(3alleg),  draw_trans_sprite(3alleg), draw_lit_sprite(3alleg),
       drawing_mode(3alleg)