'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.