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

SwfEncoderOptions Constructor (RgbColor)

Creates and initializes new SwfEncoderOptions class instance. You can set movie background color here.

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

Syntax

Visual Basic
Public Sub New ( _
	backgroundColor As RgbColor _
)
C#
public SwfEncoderOptions(
	RgbColor backgroundColor
)

Parameters

backgroundColor

Type: Aurigma.GraphicsMill.RgbColor

Background color for the SWF movie. You can change it later using BackgroundColor property.

See Also

Reference