1extrans2(3) Allegro manual extrans2(3)
2
3
4
6 extrans2 - Drawing flipped, translucent and tinted sprites. Allegro
7 game programming library.
8
10 #include <allegro.h>
11
12
13 Example extrans2
14
16 This program demonstrates how to draw trans and lit sprites and flip
17 them at the same time, using draw_sprite_ex() function. It displays
18 several images moving around using different drawing modes while you
19 can press space key to change the flipping orientation.
20
21
23 BITMAP(3), END_OF_MAIN(3), allegro_error(3), allegro_init(3), alle‐
24 gro_message(3), blit(3), clear_bitmap(3), create_bitmap(3),
25 destroy_bitmap(3), draw_sprite_ex(3), font(3), install_keyboard(3),
26 install_timer(3), key(3), load_bitmap(3), makecol(3), replace_file‐
27 name(3), rest(3), screen(3), set_color_depth(3), set_gfx_mode(3),
28 set_trans_blender(3), stretch_blit(3), textout_ex(3)
29
30
31
32Allegro version 4.4.3 extrans2(3)