Click or drag to resize
Accord.NET (logo)

YCbCrFiltering Properties

The YCbCrFiltering type exposes the following members.

Properties
  NameDescription
Public propertyCb
Range of Cb component, [-0.5, 0.5].
Public propertyCr
Range of Cr component, [-0.5, 0.5].
Public propertyFillColor
Fill color used to fill filtered pixels.
Public propertyFillOutsideRange
Determines, if pixels should be filled inside or outside specified color range.
Public propertyFormatTranslations
Format translations dictionary.
(Overrides BaseInPlacePartialFilterFormatTranslations.)
Public propertyUpdateCb
Determines, if Cb value of filtered pixels should be updated.
Public propertyUpdateCr
Determines, if Cr value of filtered pixels should be updated.
Public propertyUpdateY
Determines, if Y value of filtered pixels should be updated.
Public propertyY
Range of Y component, [0, 1].
Top
See Also