man expal () - Palette effects and color cycling. Allegro game programming library.
NAME
expal - Palette effects and color cycling. Allegro game programming library.
SYNOPSIS
#include <allegro.h>
Example expal
DESCRIPTION
This program demonstrates how to manipulate the palette. It draws a set of concentric circles onto the screen and animates them by cycling the palette.
SEE ALSO
END_OF_MAIN(3alleg), PALETTE(3alleg), RGB(3alleg), SCREEN_H(3alleg), SCREEN_W(3alleg), acquire_screen(3alleg), allegro_error(3alleg), allegro_init(3alleg), allegro_message(3alleg), black_palette(3alleg), circlefill(3alleg), install_keyboard(3alleg), install_mouse(3alleg), keypressed(3alleg), release_screen(3alleg), screen(3alleg), set_gfx_mode(3alleg), set_palette(3alleg), show_mouse(3alleg)