The Threshold method assigns the DownVal color to all colors smaller or equal to DownLimit, and UpVal to all colors greater than UpLimit.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public void Threshold(
	IERGB downLimit,
	IERGB upLimit,
	IERGB downVal,
	IERGB upVal
)
Public Sub Threshold ( _
	downLimit As IERGB, _
	upLimit As IERGB, _
	downVal As IERGB, _
	upVal As IERGB _
)
public:
void Threshold(
	IERGB downLimit, 
	IERGB upLimit, 
	IERGB downVal, 
	IERGB upVal
)

Parameters

downLimit
IERGB
Bottom limit.
upLimit
IERGB
Upper limit.
downVal
IERGB
Value for bottom limit.
upVal
IERGB
Value for upper limit.

See Also