Posterization filling type.

Namespace:  AForge.Imaging.Filters
Assembly:  AForge.Imaging (in AForge.Imaging.dll) Version: 2.2.5.0 (2.2.5.0)

Syntax

C#
public SimplePosterization..::.PosterizationFillingType FillingType { get; set; }

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