Options for selection of images making use of a Chroma-Key background (e.g. green screen).

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public class IEChromaKeyOptions
Public Class IEChromaKeyOptions
public ref class IEChromaKeyOptions

Members

         
 All Members  Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()()
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
KeyColor
The color of the Chroma-Key background. If clNone is used, the color will be guessed by analyzing the image.
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Mode
Specify whether the subject or the background is selected. Default: IEChromaKeySelectionMode.Subject
Saturation
If a pixel is of a hue within our KeyColor range, limit removal to the specified saturation. Range: 0 to 100. Default: 30
Tolerance
The level of tolerance when seeking similar colors to our key color. Range: 0.0 to 1.0. Default: 0.21
ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)

Inheritance Hierarchy

System..::..Object
  HiComponents.IEvolution..::..IEChromaKeyOptions

See Also