RgbLevelsFilter Members

Include Protected Members
Include Inherited Members

The RgbLevelsFilter type exposes the following members.

Constructors

  Name Description
Public method RgbLevelsFilter()
Creates and initializes a new RgbLevelsFilter with default values.
Public method RgbLevelsFilter(Levels)
Creates and initializes a new RGBLevelsFilter with specified settings.
Public method RgbLevelsFilter(Levels, Levels, Levels, Levels)
Creates and initializes a new RGBLevelsFilter with specified settings.

Methods

  Name Description
Public method Apply
Internal framework method.
Public method Lock
Internal framework method.
Public method PrepareAsync
Internal framework method.

Properties

  Name Description
Public property Blue

The minimum, maximum and midtone of the blue levels in the image.

Range Min[0, 255], Max[0,255], MidTone[0.01, 9,99]

Public property Green

The minimum, maximum and midtone of the green levels in the image.

Range Min[0, 255], Max[0,255], MidTone[0.01, 9,99]

Public property Red

The minimum, maximum and midtone of the red levels in the image.

Range Min[0, 255], Max[0,255], MidTone[0.01, 9,99]

Public property Rgb

The minimum, maximum and midtone of the RGB levels in the image.

Range Min[0, 255], Max[0,255], MidTone[0.01, 9,99]

See Also

RgbLevelsFilter Class

Lumia.Imaging.Adjustments Namespace