RemoveAlpha Constructor (Color)

Initializes a new instance of the RemoveAlpha class using the specified background color.

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

Syntax

C#
public RemoveAlpha(
	Color backgroundColor
)

Parameters

backgroundColor

Type: Aurigma.GraphicsMill.Color

The Color to blend semi-transparent areas with. You can change this value later using the BackgroundColor property.

See Also

Reference