Click or drag to resize
Accord.NET (logo)

SimplePosterizationFillingType Property

Posterization filling type.

Namespace:  Accord.Imaging.Filters
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public SimplePosterizationPosterizationFillingType FillingType { get; set; }
Request Example View Source

Property Value

Type: SimplePosterizationPosterizationFillingType
Remarks

The property controls the color, which is used to substitute colors within the same posterization interval - minimum, maximum or average value.

Default value is set to Average.

See Also