Create and initializes new Levels class instance.
Name | Description | |
---|---|---|
Levels() |
Create and initializes new Levels class instance. |
|
Levels(Boolean[]) |
Create and initializes new Levels class instance. Here you can specify what channels to process with this transform. |
|
Levels(HistogramMode) |
Create and initializes new Levels class instance. You can initialize HistogramMode property here. |
|
Levels(Boolean[], HistogramMode) |
Create and initializes new Levels class instance. Here you can specify what channels to process with this transform. Besides of this, you can initialize HistogramMode property. |
|
Levels(Single, Single, Single, Single, Single, HistogramMode) |
Create and initializes new Levels class instance. Here you can specify all the levels adjustment settings. Besides of this, you can initialize HistogramMode property. |
|
Levels(Boolean[], Single, Single, Single, Single, Single, HistogramMode) |
Create and initializes new Levels class instance. Here you can specify all the levels adjustment settings as well as channels to process with this transform. Besides of this, you can initialize HistogramMode property. |