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

Swirl.BackgroundColor Property

Gets/sets background color for the swirled image.

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

Syntax

Visual Basic
Public Property BackgroundColor As Color
C#
public Color BackgroundColor { get; set; }

Property Value

Value specifying background color for the swirled image.

Remarks

Default value is transparent white.

See Also

Reference