al_draw_tinted_rotated_bitmap

void al_draw_tinted_rotated_bitmap(ALLEGRO_BITMAP *bitmap,
   ALLEGRO_COLOR tint,
   float cx, float cy, float dx, float dy, float angle, int flags)
Introduced in 5.0.0

Like al_draw_rotated_bitmap but multiplies all colors in the bitmap with the given color.

See also: al_draw_tinted_bitmap

Examples: ex_blend2


Most helpful discussions: