- al_get_blender
void 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_blender
void 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_color
void 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_blender
void 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_blender
void 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.