InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Win.Interop Namespace / C1Colors Class / FromArgb Method / FromArgb(Int32,Byte,Byte,Byte,Byte) Method

In This Topic
    FromArgb(Int32,Byte,Byte,Byte,Byte) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Shared Sub FromArgb( _
       ByVal v As Integer, _
       ByRef a As Byte, _
       ByRef r As Byte, _
       ByRef g As Byte, _
       ByRef b As Byte _
    ) 
    public static void FromArgb( 
       int v,
       out byte a,
       out byte r,
       out byte g,
       out byte b
    )

    Parameters

    v
    a
    r
    g
    b
    See Also