In This Topic
Creates a color from the ARGB components.
Syntax
'Declaration
Public Shared Function FromARGB( _
ByVal As System.Byte, _
ByVal As System.Byte, _
ByVal As System.Byte, _
ByVal As System.Byte _
) As Windows.UI.Xaml.Media.Brush
public static Windows.UI.Xaml.Media.Brush FromARGB(
System.byte ,
System.byte ,
System.byte ,
System.byte
)
Parameters
- a
- The alpha channel.
- r
- The Red component.
- g
- The Green component.
- b
- The Blue component.
See Also