Graphics routines
These functions are declared in the main Allegro header file:
#include <allegro5/allegro.h>
Colors
Locking and pixel formats
Bitmap creation
Bitmap properties
Drawing operations
All drawing operations draw to the current "target bitmap" of the current thread. Initially, the target bitmap will be the backbuffer of the last display created in a thread.
- al_clear_to_color
- al_draw_bitmap
- al_draw_tinted_bitmap
- al_draw_bitmap_region
- al_draw_tinted_bitmap_region
- al_draw_pixel
- al_draw_rotated_bitmap
- al_draw_tinted_rotated_bitmap
- al_draw_scaled_rotated_bitmap
- al_draw_tinted_scaled_rotated_bitmap
- al_draw_scaled_bitmap
- al_draw_tinted_scaled_bitmap
- al_get_target_bitmap
- al_put_pixel
- al_put_blended_pixel
- al_set_target_bitmap
- al_set_target_backbuffer
- al_get_current_display