ColorInt..::..Blend Method

Blends the specified colors together.

Namespace:  Squid
Assembly:  Squid.Core (in Squid.Core.dll)

Syntax


public static int Blend(
	int color,
	int backColor,
	double amount
)
Public Shared Function Blend ( _
	color As Integer, _
	backColor As Integer, _
	amount As Double _
) As Integer
public:
static int^ Blend(
	int^ color, 
	int^ backColor, 
	double^ amount
)

Parameters

color
Type: Int32
Color to blend onto the background color.
backColor
Type: Int32
Color to blend the other color onto.
amount
Type: Double
How much of color to keep, “on top of” backColor.

Return Value

The blended colors.