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

FloodFill.PreserveAlpha Property

Get/sets a value that specifies if to leave alpha channel intacted with the flood fill algorithm.

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

Syntax

Visual Basic
Public Property PreserveAlpha As Boolean
C#
public bool PreserveAlpha { get; set; }

Property Value

Value specifying if to preserve alpha channel. If true, alpha channel will not be overwritten by the FillColor.

Remarks

Default value is true.

See Also

Reference