LutTransform Constructor (Lut)

Initializes a new instance of the LutTransform class using the specified LUT.

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

Syntax

C#
public LutTransform(
	Lut lut
)

Parameters

lut

Type: Aurigma.GraphicsMill.Transforms.Lut

A Lut which specifies a look-up table for this LUT transform. You can change it later using the Lut property.

See Also

Reference