FreeBSD Manual Pages
set_blender_mode(3) Allegro manual set_blender_mode(3) NAME set_blender_mode - Specifies a custom set of truecolor blender rou- tines. 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 func- tion shares a single blender between the 24 and 32-bit modes. SEE ALSO set_blender_mode_ex(3), set_trans_blender(3), color_map(3), draw_trans_sprite(3), draw_lit_sprite(3), drawing_mode(3) Allegro version 4.4.3 set_blender_mode(3)
NAME | SYNOPSIS | DESCRIPTION | SEE ALSO
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=set_blender_mode&sektion=3&manpath=FreeBSD+13.0-RELEASE+and+Ports>