ImageGenerator.BackgroundColor Property

Gets or sets a color to fill the resulting bitmap.

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

Syntax

C#
public Color BackgroundColor { get; set; }

Property Value

A Color to fill the resulting bitmap. The default value is black color.

See Also

Reference