.\" Generated by the Allegro makedoc utility .TH exxfade 3alleg4 "version 4.4.3" "Allegro" "Allegro manual" .SH NAME exxfade \- Truecolor image loading and fades. Allegro game programming library.\& .SH SYNOPSIS .B #include .sp .B Example exxfade .SH DESCRIPTION This program demonstrates how to load and display bitmap files in truecolor video modes, and how to crossfade between them. You have to use this example from the command line to specify as parameters a number of graphic files. Use at least two files to see the graphical effect. The example will crossfade from one image to another with each key press until you press the ESC key. .SH SEE ALSO .BR BITMAP (3alleg4), .BR END_OF_MAIN (3alleg4), .BR PALETTE (3alleg4), .BR SCREEN_H (3alleg4), .BR SCREEN_W (3alleg4), .BR allegro_error (3alleg4), .BR allegro_exit (3alleg4), .BR allegro_init (3alleg4), .BR allegro_message (3alleg4), .BR blit (3alleg4), .BR create_bitmap (3alleg4), .BR destroy_bitmap (3alleg4), .BR draw_trans_sprite (3alleg4), .BR install_keyboard (3alleg4), .BR keypressed (3alleg4), .BR line (3alleg4), .BR load_bitmap (3alleg4), .BR readkey (3alleg4), .BR rest (3alleg4), .BR screen (3alleg4), .BR set_color_conversion (3alleg4), .BR set_color_depth (3alleg4), .BR set_gfx_mode (3alleg4), .BR set_palette (3alleg4), .BR set_trans_blender (3alleg4), .BR vsync (3alleg4)