ScaleAlpha.ScaleSource Property

Gets or sets a pipeline that produces a grayscale image to scale the channel to.

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

Syntax

C#
public Pipeline ScaleSource { get; set; }

Property Value

A pipeline that produces a grayscale image to scale the channel to.

See Also

Reference