ColorConverter.BackgroundColor Property

Gets or sets a background color used when alpha channel is flatten.

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

Syntax

C#
public Color BackgroundColor { get; set; }

Property Value

The background color. The default value is white color.

Remarks

This property makes sense only when you convert from pixel format which supports alpha channel to pixel format which does not.

See Also

Reference