Contains values which specify when stop filling to the FloodFill algorithm.
Namespace:
Aurigma.GraphicsMill.Transforms
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Enumeration FloodFillMode
public enum FloodFillMode
| Member name | Description | |
|---|---|---|
| TillColor |
Fill with FillColor till color of the current pixel is the same (or similar with given Tolerance) as TargetColor. |
|
| UntilColor |
Fill with FillColor until color of the current pixel is the same (or similar with given Tolerance) as TargetColor. |