CmykColor.FromParams

CmykColor.FromParams method

Creates a CmykColor structure from a 32-bit cyan, magenta, yellow and black values. This method is deprecated. Please use more effective Int32).

[Obsolete]
public static CmykColor FromParams(int cyan, int magenta, int yellow, int black)
ParameterTypeDescription
cyanInt32The cyan component. Valid values are 0 through 255.
magentaInt32The magenta component. Valid values are 0 through 255.
yellowInt32The yellow component. Valid values are 0 through 255.
blackInt32The black component. Valid values are 0 through 255.

Return Value

The CmykColor.

See Also