1al_clone_bitmap(3) Library Functions Manual al_clone_bitmap(3)
23
4
NAME
6al_clone_bitmap
7
SYNOPSIS
9#include <allegro5/allegro.h>
1011
ALLEGRO_BITMAP *al_clone_bitmap(ALLEGRO_BITMAP *bitmap)
12
DESCRIPTION
14Create a new bitmap with al_create_bitmap(3), and copy the pixel data
15from the old bitmap across.
16
SEE ALSO
18al_create_bitmap(3), al_set_new_bitmap_format(3), al_set_new_bit‐
19map_flags(3)
2021
22
23
Allegro reference manual al_clone_bitmap(3)