Method Blend
Blend(Color, Color, double)
Blends the specified colors together.
public static Color Blend(Color color, Color backColor, double amount)
Parameters
color
ColorColor to blend onto the background color.
backColor
ColorColor to blend the other color onto.
amount
doubleHow much of
color
to keep, “on top of”backColor
.
Returns
- Color
The blended color.