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