The YCbCrFiltering type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| YCbCrFiltering | Overloaded. |
Methods
| Name | Description | |
|---|---|---|
| Apply | Overloaded. | |
| ApplyInPlace | Overloaded. | |
| ProcessFilter |
Process the filter on the specified image.
(Overrides BaseInPlacePartialFilter..::.ProcessFilter(UnmanagedImage, Rectangle).) |
Properties
| Name | Description | |
|---|---|---|
| Cb |
Range of Cb component, [-0.5, 0.5].
| |
| Cr |
Range of Cr component, [-0.5, 0.5].
| |
| FillColor |
Fill color used to fill filtered pixels.
| |
| FillOutsideRange |
Determines, if pixels should be filled inside or outside specified
color range.
| |
| FormatTranslations |
Format translations dictionary.
(Overrides BaseInPlacePartialFilter..::.FormatTranslations.) | |
| UpdateCb |
Determines, if Cb value of filtered pixels should be updated.
| |
| UpdateCr |
Determines, if Cr value of filtered pixels should be updated.
| |
| UpdateY |
Determines, if Y value of filtered pixels should be updated.
| |
| Y |
Range of Y component, [0, 1].
|