|
Functions |
|
caca_bitmap * | caca_create_bitmap (unsigned int, unsigned int, unsigned int, unsigned int, unsigned int, unsigned int, unsigned int, unsigned int) |
| void | caca_set_bitmap_palette (struct caca_bitmap *, unsigned int r[], unsigned int g[], unsigned int b[], unsigned int a[]) |
| | Set the palette of an 8bpp bitmap object.
|
| void | caca_draw_bitmap (int, int, int, int, struct caca_bitmap const *, void *) |
| | Draw a bitmap on the screen.
|
| void | caca_free_bitmap (struct caca_bitmap *) |
| | Free the memory associated with a bitmap.
|