Provided by: libming-dev_0.4.5-1.2ubuntu7_amd64 

NAME
SWFGradient_setInterpolationMode - set gradient interpolation mode
SYNOPSIS
#include <ming.h>
void SWFGradient_setInterpolationMode
(
SWFGradient gradient,
GradientInterpolationMode mode
);
PARAMETERS
SWFGradient gradient
Not Documented.
GradientInterpolationMode mode
Possible values for a GradientInterpolationMode are as follows:
SWF_GRADIENT_NORMAL, SWF_GRADIENT_LINEAR
DESCRIPTION
SWF8 allows to set different interpolation modes: SWF_GRADIENT_NORMAL (default) SWF_GRADIENT_LINEAR.
c2man gradient.c 5 October 2008 SWFGradient_setInterpolationMode(3)