ColorFormatting.ConvertTwoRange Method

Krypton OutlookGrid

ColorFormattingConvertTwoRange Method
Krypton OutlookGrid v1.6.0
Returns the color for a 2scale 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 ConvertTwoRange(
	double value,
	double min,
	double max,
	TwoColorsParams par
)
Public Shared Function ConvertTwoRange ( 
	value As Double,
	min As Double,
	max As Double,
	par As TwoColorsParams
) As Color

Parameters

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

Return Value

Type: Color

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

See Also