Table of Contents

Method Blend

Namespace
Alternet.Common
Assembly
Alternet.Common.v9.dll

Blend(Color, Color, double)

Blends the specified colors together.

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

Parameters

color Color

Color to blend onto the background color.

backColor Color

Color to blend the other color onto.

amount double

How much of color to keep, “on top of” backColor.

Returns

Color

The blended color.