ComponentOne Basic Library for UWP
FromARGB Method

C1.UWP Assembly > C1.Xaml Namespace > ColorEx Class : FromARGB Method
The alpha channel.
The Red component.
The Green component.
The Blue component.
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

Reference

ColorEx Class
ColorEx Members