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

Levels Constructor

Create and initializes new Levels class instance.

Overload List

Name Description
Public method Levels()

Create and initializes new Levels class instance.

Public method Levels(Boolean[])

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

Public method Levels(HistogramMode)

Create and initializes new Levels class instance. You can initialize HistogramMode property here.

Public method 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.

Public method 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.

Public method 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.

See Also

Reference