man exxfade () - Truecolor image loading and fades. Allegro game programming library.
NAME
exxfade - Truecolor image loading and fades. Allegro game programming library.
SYNOPSIS
#include <allegro.h>
Example exxfade
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 commandline 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 keypress until you press the ESC key.
SEE ALSO
BITMAP(3alleg), END_OF_MAIN(3alleg), PALETTE(3alleg), SCREEN_H(3alleg), SCREEN_W(3alleg), allegro_error(3alleg), allegro_exit(3alleg), allegro_init(3alleg), allegro_message(3alleg), blit(3alleg), create_bitmap(3alleg), destroy_bitmap(3alleg), draw_trans_sprite(3alleg), install_keyboard(3alleg), keypressed(3alleg), line(3alleg), load_bitmap(3alleg), readkey(3alleg), screen(3alleg), set_color_conversion(3alleg), set_color_depth(3alleg), set_gfx_mode(3alleg), set_palette(3alleg), set_trans_blender(3alleg), vsync(3alleg)