Transparentize Constructor (Color)

Initializes a new instance of the Transparentize class with the given color.

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

Syntax

C#
public Transparentize(
	Color backgroundColor
)

Parameters

backgroundColor

Type: Aurigma.GraphicsMill.Color

A Color to transparentize. The default value is white.

See Also

Reference