Click or drag to resize
Accord.NET (logo)

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
Syntax
public bool UpdateSaturation { get; set; }
Request Example View Source

Property Value

Type: Boolean
Remarks

The property specifies if saturation of filtered pixels should be updated with value from fill color or not.

Default value is set to .

See Also