Man Page: fade_interpolate
Operating Environment: debian
Section: 3alleg4
fade_interpolate(3alleg4) Allegro manual fade_interpolate(3alleg4)NAMEfade_interpolate - Calculates a new palette interpolated between two others. Allegro game programming library.SYNOPSIS#include <allegro.h> void fade_interpolate(const PALETTE source, const PALETTE dest, PALETTE output, int pos, int from, int to);DESCRIPTIONCalculates a temporary palette part way between source and dest, returning it in the output parameter. The position between the two extremes is specified by the pos value: 0 returns an exact copy of source, 64 returns dest, 32 returns a palette half way between the two, etc. This routine only affects colors between from and to (inclusive: pass 0 and 255 to interpolate the entire palette).SEE ALSOfade_in(3alleg4), fade_out(3alleg4), fade_from(3alleg4) Allegro version 4.4.2 fade_interpolate(3alleg4)
| Related Man Pages |
|---|
| expal(3alleg4) - debian |
| exscale(3alleg4) - suse |
| expal(3alleg4) - opendarwin |
| expal(3alleg4) - redhat |
| expal(3alleg4) - linux |
| Similar Topics in the Unix Linux Community |
|---|
| Installing Dash Shell on OS X Lion |
| Detecting unused variables... |
| Find columns in a file based on header and print to new file |
| Weird 'find' results |
| A (ksh) Library For and From UNIX.com |