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

Lut.IsExtended Property

Switches LUT between extended and non-extended mode.

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

Syntax

Visual Basic
Public Property IsExtended As Boolean
C#
public bool IsExtended { get; set; }

Property Value

Value that specifies if LUTshould be build for extended (16 bits per channel) or non-extended (8 bits per channel) bitmaps. If it is true, LUT entries number is 65536 and maximum value is 65535, otherwise entries number is 256 and maximum value is 255.

Remarks

If you create 16-bit LUT, then set this property to false (convert it to 8-bit), and after that set it back to true, LUT won't be the same as initially. Some information can be lost. It interpolates the missing entries linearly.

See Also

Reference