allegro5.bitmap

Undocumented in source.

Members

Enums

ALLEGRO_MEMORY_BITMAP
anonymousenum ALLEGRO_MEMORY_BITMAP
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

al_add_new_bitmap_flag
void al_add_new_bitmap_flag(int flag)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_clone_bitmap
ALLEGRO_BITMAP* al_clone_bitmap(ALLEGRO_BITMAP* bitmap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_convert_bitmap
void al_convert_bitmap(ALLEGRO_BITMAP* bitmap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_convert_mask_to_alpha
void al_convert_mask_to_alpha(ALLEGRO_BITMAP* bitmap, ALLEGRO_COLOR mask_color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_convert_memory_bitmaps
void al_convert_memory_bitmaps()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_create_bitmap
ALLEGRO_BITMAP* al_create_bitmap(int w, int h)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_create_sub_bitmap
ALLEGRO_BITMAP* al_create_sub_bitmap(ALLEGRO_BITMAP* parent, int x, int y, int w, int h)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_destroy_bitmap
void al_destroy_bitmap(ALLEGRO_BITMAP* bitmap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_get_bitmap_flags
int al_get_bitmap_flags(ALLEGRO_BITMAP* bitmap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_get_bitmap_format
int al_get_bitmap_format(ALLEGRO_BITMAP* bitmap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_get_bitmap_height
int al_get_bitmap_height(ALLEGRO_BITMAP* bitmap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_get_bitmap_width
int al_get_bitmap_width(ALLEGRO_BITMAP* bitmap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_get_bitmap_x
int al_get_bitmap_x(ALLEGRO_BITMAP* bitmap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_get_bitmap_y
int al_get_bitmap_y(ALLEGRO_BITMAP* bitmap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_get_clipping_rectangle
void al_get_clipping_rectangle(int* x, int* y, int* w, int* h)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_get_new_bitmap_flags
int al_get_new_bitmap_flags()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_get_new_bitmap_format
int al_get_new_bitmap_format()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_get_parent_bitmap
ALLEGRO_BITMAP* al_get_parent_bitmap(ALLEGRO_BITMAP* bitmap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_is_sub_bitmap
bool al_is_sub_bitmap(ALLEGRO_BITMAP* bitmap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_put_blended_pixel
void al_put_blended_pixel(int x, int y, ALLEGRO_COLOR color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_put_pixel
void al_put_pixel(int x, int y, ALLEGRO_COLOR color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_reparent_bitmap
void al_reparent_bitmap(ALLEGRO_BITMAP* bitmap, ALLEGRO_BITMAP* parent, int x, int y, int w, int h)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_reset_clipping_rectangle
void al_reset_clipping_rectangle()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_set_clipping_rectangle
void al_set_clipping_rectangle(int x, int y, int width, int height)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_set_new_bitmap_flags
void al_set_new_bitmap_flags(int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_set_new_bitmap_format
void al_set_new_bitmap_format(int format)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

ALLEGRO_BITMAP
struct ALLEGRO_BITMAP
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta