FloodFill.PreserveAlpha Property

Gets or sets a value indicating whether to leave alpha channel intacted with the flood fill algorithm.

Namespace: Aurigma.GraphicsMill.Transforms
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public bool PreserveAlpha { get; set; }

Property Value

true if to preserve alpha channel; otherwise, false. The default value is true.

Remarks

If true, alpha channel will not be overwritten by the FillColor.

See Also

Reference