Selects all pixels having the specified color range.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public void SelectColors(
	IERGB startColor,
	IERGB finalColor,
	IEImage..::..SelOp op
)
Public Sub SelectColors ( _
	startColor As IERGB, _
	finalColor As IERGB, _
	op As IEImage..::..SelOp _
)
public:
void SelectColors(
	IERGB startColor, 
	IERGB finalColor, 
	IEImage..::..SelOp op
)

Parameters

startColor
IERGB
Initial RGB color.
finalColor
IERGB
Final RGB color.
op
IEImage..::..SelOp
If op is Replace, replaces all provious selections. If op is Add, add a new selection.

See Also