Aurigma Graphics Mill 5.5 for .NET
PixelFormatConverter..::.BackgroundEnabled Property
Gets/sets value that specifies if it is necessary to use BackgroundColor value to flatten alpha channel when converting from pixel format with alpha to pixel format without it.
Namespace:
Aurigma.GraphicsMill.Transforms
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Syntax
Visual Basic
Public Property BackgroundEnabled As Boolean
C#
public bool BackgroundEnabled { get; set; }
Property Value
Value that specifies if it is necessary to use BackgroundColor value to flatten alpha channel.Remarks
Default value is false.