FromCMYK Method
FromCMYK(double, double, double, double)
Declaration
public static byte[] FromCMYK(double cyan, double magenta, double yellow, double black)
Public Shared Function FromCMYK(cyan As Double, magenta As Double, yellow As Double, black As Double) As Byte()
Parameters
Returns
FromCMYK(byte, byte, byte, byte)
Declaration
public static byte[] FromCMYK(byte cyan, byte magenta, byte yellow, byte black)
Public Shared Function FromCMYK(cyan As Byte, magenta As Byte, yellow As Byte, black As Byte) As Byte()
Parameters
Returns