Creates and initializes new ApplyLut class instance.
Name | Description | |
---|---|---|
ApplyLut() |
Creates and initializes new ApplyLut class instance. |
|
ApplyLut(Boolean[]) |
Creates and initializes new ApplyLut class instance. Here you can specify what channels to process with this transform. |
|
ApplyLut(Lut) |
Creates and initializes new ApplyLut class instance. You can pass necessary LUT here. |
|
ApplyLut(Boolean[], Lut) |
Creates and initializes new ApplyLut class instance. You can pass necessary LUT and set what channels to process here. |