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

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

    Parameters

    c1
    c2
    c3
    See Also