Returns color that is created by the specified fill and coefficient.

Namespace:  PerpetuumSoft.Charts
Assembly:  PerpetuumSoft.Charts (in PerpetuumSoft.Charts.dll) Version: 3.9.0.1

Syntax

C#
protected Color GetModifiedColor(
	Color color,
	double k
)
Visual Basic (Declaration)
Protected Function GetModifiedColor ( _
	color As Color, _
	k As Double _
) As Color
Visual C++
protected:
Color GetModifiedColor(
	Color color, 
	double k
)

Parameters

color
Type: System.Drawing..::.Color
k
Type: System..::.Double

See Also