SetCMYCoeffs

Syntax

Application.SetCMYCoeffs ( CR, CG, CB, MR, MG, MB, YR, YG, YB )

Parameters

float CR - Cyan plane is multiplied by this factor before being added to Red plane

float CG - Cyan plane is multiplied by this factor before being added to Green plane

float CB - Cyan plane is multiplied by this factor before being added to Blue plane

float MR - Magenta plane is multiplied by this factor before being added to Red plane

float MG - Magenta plane is multiplied by this factor before being added to Green plane

float MB - Magenta plane is multiplied by this factor before being added to Blue plane

float YR - Yellow plane is multiplied by this factor before being added to Red plane

float YG - Yellow plane is multiplied by this factor before being added to Green plane

float YB - Yellow plane is multiplied by this factor before being added to Blue plane

Returns

    Nothing

Remarks

Initializes the CMY coefficient table used during CombineColor in CMY mode. The coefficient values correspond to the values entered in the Combine Color dialog box; e.g. CR is the scaling factor used when mapping from cyan to red.