Enumeration of possible types of filling posterized areas.
Namespace:
AForge.Imaging.FiltersAssembly: AForge.Imaging (in AForge.Imaging.dll) Version: 2.2.4.0 (2.2.4.0)
Syntax
| C# |
|---|
public enum PosterizationFillingType |
Members
| Member name | Description | |
|---|---|---|
| Min |
Fill area with minimum color's value.
| |
| Max |
Fill area with maximum color's value.
| |
| Average |
Fill area with average color's value.
|