ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / ColorEx Class / FromARGB Method
The alpha channel.
The Red component.
The Green component.
The Blue component.

In This Topic
    FromARGB Method
    In This Topic
    Creates a color from the ARGB components.
    Syntax
    'Declaration
     
    Public Shared Function FromARGB( _
       ByVal a As System.Byte, _
       ByVal r As System.Byte, _
       ByVal g As System.Byte, _
       ByVal b As System.Byte _
    ) As Windows.UI.Xaml.Media.Brush
    public static Windows.UI.Xaml.Media.Brush FromARGB( 
       System.byte a,
       System.byte r,
       System.byte g,
       System.byte b
    )

    Parameters

    a
    The alpha channel.
    r
    The Red component.
    g
    The Green component.
    b
    The Blue component.
    See Also