fade_from_range (3) Linux Manual Page
NAME fade_from_range – Gradually fades a part of the palette between two others. Allegro game programming library. SYNOPSIS #include <allegro.h> void fade_from_range(const PALETTE source, const PALETTE dest, int speed, int from, int to); DESCRIPTION Gradually fades a part of the palette from the source palette to the dest palette. The speed is from 1 (the…
