ComponentOne PDF for .NET
CSJ2K Namespace / J2kImage Class / FromCMYK Method / FromCMYK(Byte,Byte,Byte,Byte) Method

In This Topic
    FromCMYK(Byte,Byte,Byte,Byte) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function FromCMYK( _
       ByVal cyan As Byte, _
       ByVal magenta As Byte, _
       ByVal yellow As Byte, _
       ByVal black As Byte _
    ) As Byte()
    public static byte[] FromCMYK( 
       byte cyan,
       byte magenta,
       byte yellow,
       byte black
    )

    Parameters

    cyan
    magenta
    yellow
    black
    See Also