al_draw_tinted_scaled_rotated_bitmap_region man page on DragonFly

Man page or keyword search:  
man Server   44335 pages
apropos Keyword Search (all sections)
Output format
DragonFly logo
[printable version]

al_draw_tinted_scaled_rotated_bial_draw_tinted_scaled_rotated_bitmap_region(3)

NAME
       al_draw_tinted_scaled_rotated_bitmap_region - Allegro 5 API

SYNOPSIS
	      #include <allegro5/allegro.h>

	      void al_draw_tinted_scaled_rotated_bitmap_region(ALLEGRO_BITMAP *bitmap,
		 float sx, float sy, float sw, float sh,
		 ALLEGRO_COLOR tint,
		 float cx, float cy, float dx, float dy, float xscale, float yscale,
		 float angle, int flags)

DESCRIPTION
       Like  al_draw_tinted_scaled_rotated_bitmap(3)  but  you specify an area
       within the bitmap to be drawn.

       You can get the same effect with a sub bitmap:

	      al_draw_tinted_scaled_rotated_bitmap(bitmap, sx, sy, sw, sh, tint,
		  cx, cy, dx, dy, xscale, yscale, angle, flags);

	      /* This draws the same: */
	      sub_bitmap = al_create_sub_bitmap(bitmap, sx, sy, sw, sh);
	      al_draw_tinted_scaled_rotated_bitmap(sub_bitmap, tint, cx, cy,
		  dx, dy, xscale, yscale, angle, flags);

SINCE
       5.0.6, 5.1.0

SEE ALSO
       al_draw_tinted_bitmap(3)

Allegro reference manual	al_draw_tinted_scaled_rotated_bitmap_region(3)
[top]

List of man pages available for DragonFly

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net