Analyzes a ChromaKey image to guess its key color (by examining nine areas of the image and using the one with the least hue variance). If a selection is active it only analyzes the selection.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public IERGB GuessChromaKeyColor()
Public Function GuessChromaKeyColor As IERGB
public:
IERGB GuessChromaKeyColor()

Return Value

Key color

See Also