Contains values which specify when stop filling during the FloodFill transformation.
Namespace:
Aurigma.GraphicsMill.Transforms
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public enum FloodFillMode
| Member name | Description |
|---|---|
| Border |
The algorithm stops filling when it meets a pixel with the TargetColor (or similar with a given Tolerance). |
| Surface |
The algorithm continues filling till the current color is the same as the TargetColor (or similar with a given Tolerance). |