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

ApplyLut Constructor

Creates and initializes new ApplyLut class instance.

Overload List

Name Description
Public method ApplyLut()

Creates and initializes new ApplyLut class instance.

Public method ApplyLut(Boolean[])

Creates and initializes new ApplyLut class instance. Here you can specify what channels to process with this transform.

Public method ApplyLut(Lut)

Creates and initializes new ApplyLut class instance. You can pass necessary LUT here.

Public method ApplyLut(Boolean[], Lut)

Creates and initializes new ApplyLut class instance. You can pass necessary LUT and set what channels to process here.

See Also

Reference