ColorSwapFilter Members
Include Protected Members
Include Inherited Members
The ColorSwapFilter type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ColorSwapFilter() |
Creates and initializes a new ColorSwapFilter with default values.
|
|
ColorSwapFilter(Color, Color, Double, Boolean, Boolean) |
Creates and initializes a new ColorSwapFilter with specified settings.
|
Methods
Name | Description | |
---|---|---|
Apply |
Internal framework method.
|
|
Lock |
Internal framework method.
|
|
PrepareAsync |
Internal framework method.
|
Properties
Name | Description | |
---|---|---|
ColorDistance | Specifies the tolerance level of the effect. Range [0.0, 1.0]. |
|
IsMonoColor |
Specifies if the other colors should be converted to grayscale or be preserved.
|
|
SourceColor |
Specifies the color that should be converted.
|
|
SwapColor |
Specifies which color SourceColor should be converted to.
|
|
SwapLuminance |
Controls if the luminance should be included in the color swap.
|