ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / ColorEx Class / Blend Method
The color to blend onto the backgroundColor.
The background color.
How much of color to keep, 搊n top of?backgroundColor.

In This Topic
    Blend Method
    In This Topic
    Blends the specified colors together.
    Syntax
    'Declaration
     
    Public Shared Function Blend( _
       ByVal color As Windows.UI.Xaml.Media.Brush, _
       ByVal backgroundColor As Windows.UI.Xaml.Media.Brush, _
       ByVal amount As System.Double _
    ) As Windows.UI.Xaml.Media.Brush
    public static Windows.UI.Xaml.Media.Brush Blend( 
       Windows.UI.Xaml.Media.Brush color,
       Windows.UI.Xaml.Media.Brush backgroundColor,
       System.double amount
    )

    Parameters

    color
    The color to blend onto the backgroundColor.
    backgroundColor
    The background color.
    amount
    How much of color to keep, 搊n top of?backgroundColor.
    See Also