ToolsMixColor Method

GF Charts Help
Mixes up two colors

Namespace:  GF.Clients.Charts.Utils
Assembly:  GF.Clients.Charts (in GF.Clients.Charts.dll) Version: a2f537322cdaf87d2796303449681c087e96766d
Syntax

public static Color MixColor(
	Color C1,
	Color C2,
	int Weight1
)

Parameters

C1
Type: System.DrawingColor
A Color
C2
Type: System.DrawingColor
A Color
Weight1
Type: SystemInt32
A weight of the color C1. The weight of C2 is 1

Return Value

Type: Color
See Also

Reference