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