ColorFormatting.ConvertThreeRange Method

Krypton OutlookGrid

ColorFormattingConvertThreeRange Method
Krypton OutlookGrid v1.6.0
Returns the color for a 3scale color formatting.

Namespace: JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid.Formatting
Assembly: JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid (in JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid.dll) Version: 1.6.0.0 (1.6.0.0)
Syntax
public static Color ConvertThreeRange(
	double value,
	double min,
	double max,
	ThreeColorsParams par
)
Public Shared Function ConvertThreeRange ( 
	value As Double,
	min As Double,
	max As Double,
	par As ThreeColorsParams
) As Color

Parameters

value
Type: SystemDouble
The value.
min
Type: SystemDouble
The minimum.
max
Type: SystemDouble
The maximum.
par
Type: JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid.FormattingThreeColorsParams
The 3color parameters.

Return Value

Type: Color

[Missing <returns> documentation for "M:JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid.Formatting.ColorFormatting.ConvertThreeRange(System.Double,System.Double,System.Double,JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid.Formatting.ThreeColorsParams)"]

See Also