[]
        
(Showing Draft Content)

CSJ2K.J2kImage.FromCMYK

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
Type Name Description
double cyan
double magenta
double yellow
double black
Returns
Type Description
byte[]

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
Type Name Description
byte cyan
byte magenta
byte yellow
byte black
Returns
Type Description
byte[]