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

AviWriter.BackgroundColor Property

Gets/sets a background color used when transparent images are added as frames.

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

Syntax

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

Property Value

Color value that specify a background color of the AVI file.

See Also

Reference