1al_draw_tinted_scaled_rotated_bitmap(3)al_draw_tinted_scaled_rotated_bitmap(3)
2
3
4
6 al_draw_tinted_scaled_rotated_bitmap - Allegro 5 API
7
9 #include <allegro5/allegro.h>
10
11 void al_draw_tinted_scaled_rotated_bitmap(ALLEGRO_BITMAP *bitmap,
12 ALLEGRO_COLOR tint,
13 float cx, float cy, float dx, float dy, float xscale, float yscale,
14 float angle, int flags)
15
17 Like al_draw_scaled_rotated_bitmap(3) but multiplies all colors in the
18 bitmap with the given color.
19
20 See al_draw_bitmap(3) for a note on restrictions on which bitmaps can
21 be drawn where.
22
24 al_draw_tinted_bitmap(3)
25
26
27
28Allegro reference manual al_draw_tinted_scaled_rotated_bitmap(3)