SWFGradient_setFocalPoint(3) SWFGradient_setFocalPoint(3)
NAME
SWFGradient_setFocalPoint - creates a radial gradient with focal point
SYNOPSIS
#include <ming.h>
void SWFGradient_setFocalPoint
(
SWFGradient gradient,
float focalPoint
);
PARAMETERS
SWFGradient gradient
Not Documented.
float focalPoint
Not Documented.
DESCRIPTION
Valid focalPoint value range is -1.0 ... 1.0 where -1.0 means the focal
point is close to the left border of the radial gradient circle; 0.0 is
in the center and 1.0 is close to the right border.
c2man gradient.c 5 October 2008 SWFGradient_setFocalPoint(3)
ming 0.4.3 - Generated Tue Dec 7 10:09:42 CST 2010
