Creates new Lut class instance and calls BuildFromArray(Int32[]) method to initialize the LUT array.
Namespace:
Aurigma.GraphicsMill.Transforms
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Sub New ( _ array As Integer() _ )
public Lut( int[] array )
Type: System.Int32 []
An array containing LUT entries. If this array contains 256 elements, LUT considered as non-extended. If array contains 65536 elements, LUT is extended. All other array length values are incorrect.