1al_draw_tinted_scaled_bitmapL(i3b)rary Functions Manaula_ldraw_tinted_scaled_bitmap(3)
2
3
4

NAME

6       al_draw_tinted_scaled_bitmap
7

SYNOPSIS

9              #include <allegro5/allegro.h>
10
11              void al_draw_tinted_scaled_bitmap(ALLEGRO_BITMAP *bitmap,
12                 ALLEGRO_COLOR tint,
13                 float sx, float sy, float sw, float sh,
14                 float dx, float dy, float dw, float dh, int flags)
15

DESCRIPTION

17       Like  al_draw_scaled_bitmap(3)  but multiplies all colors in the bitmap
18       with the given color.
19

SEE ALSO

21       al_draw_tinted_bitmap(3)
22
23
24
25Allegro reference manual                       al_draw_tinted_scaled_bitmap(3)
Impressum