1exxfade(3) Allegro manual exxfade(3)
2
3
4
6 exxfade - Truecolor image loading and fades. Allegro game programming
7 library.
8
10 #include <allegro.h>
11
12
13 Example exxfade
14
16 This program demonstrates how to load and display bitmap files in true‐
17 color video modes, and how to crossfade between them. You have to use
18 this example from the command line to specify as parameters a number of
19 graphic files. Use at least two files to see the graphical effect. The
20 example will crossfade from one image to another with each key press
21 until you press the ESC key.
22
23
25 BITMAP(3), END_OF_MAIN(3), PALETTE(3), SCREEN_H(3), SCREEN_W(3), alle‐
26 gro_error(3), allegro_exit(3), allegro_init(3), allegro_message(3),
27 blit(3), create_bitmap(3), destroy_bitmap(3), draw_trans_sprite(3),
28 install_keyboard(3), keypressed(3), line(3), load_bitmap(3), read‐
29 key(3), screen(3), set_color_conversion(3), set_color_depth(3),
30 set_gfx_mode(3), set_palette(3), set_trans_blender(3), vsync(3)
31
32
33
34Allegro version 4.4.2 exxfade(3)