Provided by: libming-dev_0.4.5-1.2ubuntu7_amd64 

NAME
newSWFMultCXform - creates a new color transform with the given multiplicative parameters
SYNOPSIS
#include <ming.h>
SWFCXform newSWFMultCXform
(
float rMult,
float gMult,
float bMult,
float aMult
);
PARAMETERS
float rMult
Not Documented.
float gMult
Not Documented.
float bMult
Not Documented.
float aMult
Not Documented.
DESCRIPTION
And default additive.
c2man cxform.c 26 February 2008 newSWFMultCXform(3)