InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Win.Interop Namespace / C1Colors Class / FromRgb Method / FromRgb(Byte,Byte,Byte) Method

In This Topic
    FromRgb(Byte,Byte,Byte) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Shared Function FromRgb( _
       ByVal r As Byte, _
       ByVal g As Byte, _
       ByVal b As Byte _
    ) As Color
    public static Color FromRgb( 
       byte r,
       byte g,
       byte b
    )

    Parameters

    r
    g
    b
    See Also