ComponentOne SuperTooltip for WinForms
C1.Win.4.8 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 System.Integer, _
       ByRef a As System.Byte, _
       ByRef r As System.Byte, _
       ByRef g As System.Byte, _
       ByRef b As System.Byte _
    ) 
    public static void FromArgb( 
       System.int v,
       out System.byte a,
       out System.byte r,
       out System.byte g,
       out System.byte b
    )

    Parameters

    v
    a
    r
    g
    b
    See Also