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

Lut.Length Property

Returns number of LUT entries.

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

Syntax

Visual Basic
Public ReadOnly Property Length As Integer
C#
public int Length { get; }

Property Value

Number of LUT entries.

Remarks

When LUT array is not initialized (IsEmpty = true), it returns 0. If property IsExtended is false, it returns 256. Otherwise it returns 65536.

See Also

Reference