ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / ColorEx Class / WithAlpha Method
The color.
a.

In This Topic
    WithAlpha Method
    In This Topic
    Creates a new color modifying the alpha channel.
    Syntax
    'Declaration
     
    Public Shared Function WithAlpha( _
       ByVal color As Windows.UI.Xaml.Media.Brush, _
       ByVal a As System.Byte _
    ) As Windows.UI.Xaml.Media.Brush
    public static Windows.UI.Xaml.Media.Brush WithAlpha( 
       Windows.UI.Xaml.Media.Brush color,
       System.byte a
    )

    Parameters

    color
    The color.
    a
    a.
    See Also