ChromaKeyFilter Members
Include Protected Members
Include Inherited Members
The ChromaKeyFilter type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ChromaKeyFilter() |
Creates and initializes a new ChromaKeyFilter with default values.
|
|
ChromaKeyFilter(Color) |
Creates and initializes a new ChromaKeyFilter with specified color.
|
|
ChromaKeyFilter(Color, Double) |
Creates and initializes a new ChromaKeyFilter with specified color and distance values.
|
|
ChromaKeyFilter(Color, Double, Double) |
Creates and initializes a new ChromaKeyFilter with specified specified color, distance and noiseSuppression values.
|
|
ChromaKeyFilter(Color, Double, Double, Boolean) |
Creates and initializes a new ChromaKeyFilter with specified settings.
|
Methods
Name | Description | |
---|---|---|
Apply |
Internal framework method.
|
|
Lock |
Internal framework method.
|
|
PrepareAsync |
Internal framework method.
|
Properties
Name | Description | |
---|---|---|
Color |
The chroma key color that will be made transparent.
|
|
ColorDistance | Specifies how much variation around the chroma key color will be considered for transparency. Range [0.0, 1.0]. |
|
InvertAlpha |
Controls how the alpha channel is generated.
|
|
NoiseSuppression | Specifies the noise suppression level Range [0.0, 1.0]. |