logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

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.

Name

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

See Also

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

Allegro                                           version 4.4.3                        set_blender_mode(3alleg4)

Synopsis

#include<allegro.h>voidset_blender_mode(BLENDER_FUNCb15,b16,b24,intr,g,b,a);

See Also