'Declaration
<ExtensionAttribute()> Public Shared Function Blend( _ ByVal color As Brush, _ ByVal backgroundColor As Brush, _ ByVal amount As Double _ ) As Brush
Parameters
- color
- The color to blend onto the backgroundColor.
- backgroundColor
- The background color.
- amount
- How much of color to keep, 搊n top of?backgroundColor.