Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: Color ColorBlend(Color, Color, double)

Declaration

public static Color ColorBlend(
    Color color,
    Color backColor,
    double amount
)

Summary

Blends the specified colors together.

Parameters

Colorcolor Color to blend onto the background color.
ColorbackColor Color to blend the other color onto.
doubleamount How much of color to keep, “on top of” backColor.

Returns

The blended colors.