Click or drag to resize
Accord.NET (logo)

HSLFilteringUpdateHue Property

Determines, if hue 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 UpdateHue { get; set; }
Request Example View Source

Property Value

Type: Boolean
Remarks

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

Default value is set to .

See Also