- al_get_blendervoid al_get_blender(int* op, int* source, int* dest) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- al_get_separate_blendervoid al_get_separate_blender(int* op, int* source, int* dest, int* alpha_op, int* alpha_src, int* alpha_dest) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- al_set_blend_colorvoid al_set_blend_color(ALLEGRO_COLOR color) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- al_set_blendervoid al_set_blender(int op, int source, int dest) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- al_set_separate_blendervoid al_set_separate_blender(int op, int source, int dest, int alpha_op, int alpha_source, int alpha_dest) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.