Selects all pixels having the specified color.
Namespace: HiComponents.IEvolutionAssembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0
Syntax
C# | Visual Basic | Visual C++ |
public void SelectColors( IERGB color, IEImage..::..SelOp op )
Public Sub SelectColors ( _ color As IERGB, _ op As IEImage..::..SelOp _ )
public: void SelectColors( IERGB color, IEImage..::..SelOp op )
Parameters
- color
- IERGB
RGB color to select.
- op
- IEImage..::..SelOp
If op is Replace, replaces all provious selections. If op is Add, add a new selection.