RgbLevelsFilter Members
The RgbLevelsFilter type exposes the following members.
| Name | Description | |
|---|---|---|
|
RgbLevelsFilter() |
Creates and initializes a new RgbLevelsFilter with default values.
|
|
RgbLevelsFilter(Levels) |
Creates and initializes a new RGBLevelsFilter with specified settings.
|
|
RgbLevelsFilter(Levels, Levels, Levels, Levels) |
Creates and initializes a new RGBLevelsFilter with specified settings.
|
| Name | Description | |
|---|---|---|
|
Apply |
Internal framework method.
|
|
Lock |
Internal framework method.
|
|
PrepareAsync |
Internal framework method.
|
| Name | Description | |
|---|---|---|
|
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] |
|
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] |
|
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] |
|
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] |
Show: