Click or drag to resize

FloodFillCommandFillColor Property

Gets or sets the Color used for the fill.

Namespace:  Atalasoft.Imaging.ImageProcessing.Effects
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public Color FillColor { get; set; }

Property Value

Type: Color
The color used for the fill.
Remarks

If Mode is Edge, this color also represents the the edge color and will fill the area until it finds the edge color.

If Mode is Surface, this color will be used to fill the pixel color located at Position until it reaches a different color.

See Also