The color of the Chroma-Key background. If clNone is used, the color will be guessed by analyzing the image.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public Color KeyColor { get; set; }
Public Property KeyColor As Color
	Get
	Set
public:
property Color KeyColor {
	Color get ();
	void set (Color value);
}

See Also