'Declaration Public Shared Function Blend( _ ByVal color As Brush, _ ByVal backgroundColor As Brush, _ ByVal amount As Double _ ) As Brush
'Declaration
Public Shared Function Blend( _ ByVal color As Brush, _ ByVal backgroundColor As Brush, _ ByVal amount As Double _ ) As Brush
public static Brush Blend( Brush color, Brush backgroundColor, double amount )
ColorEx Class ColorEx Members