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

Lut Constructor

Creates new Lut class instance.

Overload List

Name Description
Public method Lut()

Creates new Lut class instance.

Public method Lut(Boolean)

Creates new Lut class instance and calls BuildEmpty(Boolean) method to initialize the LUT array.

Public method Lut(Int32[])

Creates new Lut class instance and calls BuildFromArray(Int32[]) method to initialize the LUT array.

See Also

Reference