Class ChromaKeySettings
Chroma-key settings.
Implements
Inherited Members
Namespace: VisioForge.Core.Types
Assembly: VisioForge.Core.dll
Syntax
public class ChromaKeySettings : IDisposable
Constructors
ChromaKeySettings(Bitmap)
Initializes a new instance of the ChromaKeySettings class.
Declaration
public ChromaKeySettings(Bitmap bitmap)
Parameters
| Type | Name | Description |
|---|---|---|
| Bitmap | bitmap | Background image. |
Properties
BackgroundBitmap
Gets background image.
Declaration
public Bitmap BackgroundBitmap { get; }
Property Value
| Type | Description |
|---|---|
| Bitmap |
Color
Gets or sets chroma color.
Declaration
public Color Color { get; set; }
Property Value
| Type | Description |
|---|---|
| Color |
Smoothing
Gets or sets smoothing value.
Declaration
public float Smoothing { get; set; }
Property Value
| Type | Description |
|---|---|
| float |
ThresholdSensitivity
Gets or sets threshold sensitivity.
Declaration
public float ThresholdSensitivity { get; set; }
Property Value
| Type | Description |
|---|---|
| float |
Methods
Dispose()
Dispose.
Declaration
public void Dispose()
Dispose(bool)
Dispose.
Declaration
protected virtual void Dispose(bool disposing)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | disposing | Disposing parameter. |
~ChromaKeySettings()
Finalizes an instance of the ChromaKeySettings class.
Declaration
protected ~ChromaKeySettings()