osx man page for fade_interpolate

Query: fade_interpolate

OS: osx

Section: 3alleg4

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

fade_interpolate(3alleg4)					  Allegro manual					 fade_interpolate(3alleg4)

NAME
fade_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); DESCRIPTION
Calculates 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 ALSO
fade_in(3alleg4), fade_out(3alleg4), fade_from(3alleg4) Allegro version 4.4.2 fade_interpolate(3alleg4)
Related Man Pages
expal(3alleg4) - centos
expal(3alleg4) - php
expal(3alleg4) - plan9
expal(3alleg4) - linux
expal(3alleg4) - freebsd
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
When is a _function_ not a _function_?
Hearing Aid for OSX 10.12.x and greater.
Shopt -s histappend
My first PERL incarnation... Audio Oscillograph