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

Spray.BackgroundColor Property

Gets/sets background value used to replace pixels which should be taken outside of the image (actual on image edges when distance to the image edge is less than ).

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

Default value is a transparent white.

See Also

Reference