|
YCbCrFilteringUpdateCb Property
|
Determines, if Cb value of filtered pixels should be updated.
Namespace:
Accord.Imaging.Filters
Assembly:
Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntaxpublic bool UpdateCb { get; set; }
Public Property UpdateCb As Boolean
Get
Set
Request Example
View SourceProperty Value
Type:
Boolean
RemarksThe property specifies if Cb channel of filtered pixels should be
updated with value from fill color or not.
Default value is set to .
See Also