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

Lut.Item Property

Gets/sets a LUT entry by index.

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

Syntax

Visual Basic
Public Default Property Item ( _
	index As Integer _
) As Integer
C#
public int this[
	int index
] { get; set; }

Parameters

index

Type: System.Int32

Index of the target LUT entry.

Property Value

LUT entry value.

Remarks

When you modifies the entry, it checks if new value is in proper range (from 0 to maximum luminosity value). If it finds out that it exceeds this range, exception is raised.

See Also

Reference