SetAlpha.AlphaSource Property

Gets or sets a pipeline producing a grayscale image to initialize alpha channel with.

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

Syntax

C#
public Pipeline AlphaSource { get; set; }

Property Value

A grayscale image to initialize alpha channel with. It should have the same dimensions and color depth as the source image.

See Also

Reference