ScaleAlpha Constructor (Pipeline, Boolean)

Initializes a new instance of the ScaleAlpha class with the given scale source and auto dispose flag.

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

Syntax

C#
public ScaleAlpha(
	Pipeline scaleSource,
	bool autoDisposeSource
)

Parameters

scaleSource

Type: Aurigma.GraphicsMill.Pipeline

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

Type: System.Boolean

true if the the scale source should be disposed with this ScaleAlpha; otherwise, false.

See Also

Reference