Uses a ChromaKey algorithm to select all pixels of a particular hue.
A ChromaKey image contains a solid color block that is removed so that it can be applied to a background.
SelectChromaKey uses the options in ChromaKeyOptions.
Namespace: HiComponents.IEvolutionAssembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0
Syntax
C# | Visual Basic | Visual C++ |
public void SelectChromaKey( IEImage..::..SelOp op )
Public Sub SelectChromaKey ( _ op As IEImage..::..SelOp _ )
public: void SelectChromaKey( IEImage..::..SelOp op )
Parameters
- op
- IEImage..::..SelOp
If op is Replace, replaces all provious selections. If op is Add, add a new selection.