The IEChromaKeyOptions type exposes the following properties.

Properties

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

 MemberDescription
KeyColor
The color of the Chroma-Key background. If clNone is used, the color will be guessed by analyzing the image.
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

See Also