This documentation is for the old version. Go to the latest Graphics Mill docs

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.

See Also

Reference