ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Win.Interop Namespace / C1Colors Class / FromArgb Method / FromArgb(Byte,Byte,Byte,Byte) Method

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

    Parameters

    a
    r
    g
    b
    See Also