Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
exxfade(3)			 Allegro manual 		      exxfade(3)

NAME
     exxfade  -  Truecolor image loading and fades. Allegro game programming li-
     brary.

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 exam-
     ple 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.

SEE ALSO
     BITMAP(3),  END_OF_MAIN(3),  PALETTE(3),  SCREEN_H(3),  SCREEN_W(3),  alle-
     gro_error(3),   allegro_exit(3),	 allegro_init(3),    allegro_message(3),
     blit(3),  create_bitmap(3),  destroy_bitmap(3),  draw_trans_sprite(3),  in-
     stall_keyboard(3),  keypressed(3),  line(3),  load_bitmap(3),   readkey(3),
     rest(3),	  screen(3),	 set_color_conversion(3),    set_color_depth(3),
     set_gfx_mode(3), set_palette(3), set_trans_blender(3), vsync(3)

Allegro 			  version 4.4.3 		      exxfade(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=exxfade&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help