Click or drag to resize

ColorMatchMode Enumeration

Specifies the type of colormatching to use when using FloodFillCommand.

Namespace:  Atalasoft.Imaging.ImageProcessing
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public enum ColorMatchMode
Members
  Member nameDescription
Edge Indicates that the colormatching will occur up to a border of the specified color.
Surface Indicates that the colormatching will occur with all contingous pixels from the starting point.
See Also