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

FreeBSD Manual Pages

  
 
  

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

NAME
     extrans2  -  Drawing  flipped, translucent and tinted sprites. Allegro game
     programming library.

SYNOPSIS
     #include <allegro.h>

     Example extrans2

DESCRIPTION
     This program demonstrates how to draw trans and lit sprites and  flip  them
     at the same time, using draw_sprite_ex() function.  It displays several im-
     ages  moving around using different drawing modes while you can press space
     key to change the flipping orientation.

SEE ALSO
     BITMAP(3), END_OF_MAIN(3), allegro_error(3), allegro_init(3),  allegro_mes-
     sage(3),  blit(3),  clear_bitmap(3),  create_bitmap(3),  destroy_bitmap(3),
     draw_sprite_ex(3), font(3), install_keyboard(3), install_timer(3),  key(3),
     load_bitmap(3),   makecol(3),   replace_filename(3),   rest(3),  screen(3),
     set_color_depth(3), set_gfx_mode(3), set_trans_blender(3), stretch_blit(3),
     textout_ex(3)

Allegro 			  version 4.4.3 		     extrans2(3)

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

home | help