ComponentOne PDF for .NET
CSJ2K Namespace / J2kImage Class / FromRgb Method

In This Topic
    FromRgb Method (J2kImage)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Sub FromRgb( _
       ByRef c1 As Byte, _
       ByRef c2 As Byte, _
       ByRef c3 As Byte _
    ) 
    public static void FromRgb( 
       ref byte c1,
       ref byte c2,
       ref byte c3
    )

    Parameters

    c1
    c2
    c3
    See Also