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

Lut.Clone Method

Creates a full copy of this Lut object.

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

Syntax

Visual Basic
Public Function Clone As Object
C#
public Object Clone()

Return Value

Lut class instance containing full copy of current LUT.

Implements

ICloneable.Clone()

See Also

Reference