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

In This Topic
    FromRgb(Int32) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Shared Function FromRgb( _
       ByVal v As Integer _
    ) As Color
    public static Color FromRgb( 
       int v
    )

    Parameters

    v
    See Also