Selects all pixels having the specified color index.

Appliable only to color mapped images.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public void SelectColors(
	int colorIndex,
	IEImage..::..SelOp op
)
Public Sub SelectColors ( _
	colorIndex As Integer, _
	op As IEImage..::..SelOp _
)
public:
void SelectColors(
	int colorIndex, 
	IEImage..::..SelOp op
)

Parameters

colorIndex
Int32
Color index to select.
op
IEImage..::..SelOp
If op is Replace, replaces all provious selections. If op is Add, add a new selection.

See Also