.\" Generated by the Allegro makedoc utility .TH extrans2 3alleg4 "version 4.4.2" "Allegro" "Allegro manual" .SH NAME extrans2 \- Drawing flipped, translucent and tinted sprites. Allegro game programming library.\& .SH SYNOPSIS .B #include .sp .B Example extrans2 .SH 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 images moving around using different drawing modes while you can press space key to change the flipping orientation. .SH SEE ALSO .BR BITMAP (3alleg4), .BR END_OF_MAIN (3alleg4), .BR allegro_error (3alleg4), .BR allegro_init (3alleg4), .BR allegro_message (3alleg4), .BR blit (3alleg4), .BR clear_bitmap (3alleg4), .BR create_bitmap (3alleg4), .BR destroy_bitmap (3alleg4), .BR draw_sprite_ex (3alleg4), .BR font (3alleg4), .BR install_keyboard (3alleg4), .BR install_timer (3alleg4), .BR key (3alleg4), .BR load_bitmap (3alleg4), .BR makecol (3alleg4), .BR replace_filename (3alleg4), .BR rest (3alleg4), .BR screen (3alleg4), .BR set_color_depth (3alleg4), .BR set_gfx_mode (3alleg4), .BR set_trans_blender (3alleg4), .BR stretch_blit (3alleg4), .BR textprintf_ex (3alleg4)