al_draw_tinted_scaled_rotated_bitmap
void al_draw_tinted_scaled_rotated_bitmap(ALLEGRO_BITMAP *bitmap,
ALLEGRO_COLOR tint,
float cx, float cy, float dx, float dy, float xscale, float yscale,
float angle, int flags)
Introduced in 5.0.0
Like al_draw_scaled_rotated_bitmap but multiplies all colors in the bitmap with the given color.
See also: al_draw_tinted_bitmap
Examples: ex_haiku, ex_mixer_pp, ex_rotate, ex_transform
Most helpful discussions: