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

Lut Constructor

Creates new Lut class instance.

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

Syntax

Visual Basic
Public Sub New
C#
public Lut()

Remarks

No LUT array is initialized with this constructor. You should do it with some of BuildXXX method.

See Also

Reference