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

Transparentize.TransparentColor Property

Gets/sets value specifying the color to transparentize.

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

Syntax

Visual Basic
Public Property TransparentColor As Color
C#
public Color TransparentColor { get; set; }

Property Value

Color value specifying a color to transparentize.

Remarks

Default value is white.

See Also

Reference