Aurigma Graphics Mill 5.5 for .NET
FloodFillMode Enumeration
Contains values which specify when stop filling to the FloodFill algorithm.
Namespace:
Aurigma.GraphicsMill.Transforms
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Syntax
Visual Basic
Public Enumeration FloodFillMode
C#
public enum FloodFillMode
Members
| 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. |