1al_clone_bitmap(3) al_clone_bitmap(3)
2
3
4
6 al_clone_bitmap - Allegro 5 API
7
9 #include <allegro5/allegro.h>
10
11 ALLEGRO_BITMAP *al_clone_bitmap(ALLEGRO_BITMAP *bitmap)
12
14 Create a new bitmap with al_create_bitmap(3), and copy the pixel data
15 from the old bitmap across. If the new bitmap is a memory bitmap, its
16 projection bitmap is reset to be orthographic.
17
19 al_create_bitmap(3), al_set_new_bitmap_format(3), al_set_new_bit‐
20 map_flags(3), al_convert_bitmap(3)
21
22
23
24Allegro reference manual al_clone_bitmap(3)