.\" Generated by the Allegro makedoc utility .TH set_blender_mode 3alleg4 "version 4.4.3" "Allegro" "Allegro manual" .SH NAME set_blender_mode \- Specifies a custom set of truecolor blender routines. Allegro game programming library.\& .SH SYNOPSIS .B #include .sp .B void set_blender_mode(BLENDER_FUNC b15, b16, b24, int r, g, b, a); .SH 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. .SH SEE ALSO .BR set_blender_mode_ex (3alleg4), .BR set_trans_blender (3alleg4), .BR color_map (3alleg4), .BR draw_trans_sprite (3alleg4), .BR draw_lit_sprite (3alleg4), .BR drawing_mode (3alleg4)