ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K Namespace / J2kImage Class / FromRgb Method

In This Topic
    FromRgb Method
    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