LocalBoostEffect Members
The LocalBoostEffect type exposes the following members.
| Name | Description | |
|---|---|---|
|
LocalBoostEffect |
Creates and initializes a new LocalBoostEffect with default settings.
|
|
LocalBoostEffect(IImageProvider) |
Creates and initializes a new AutoLevelsFilter with the specified source.
|
|
LocalBoostEffect(Double, Double, Double, Double) |
Creates and initializes a new LocalBoostEffect with specified settings.
|
|
LocalBoostEffect(IImageProvider, Double, Double, Double, Double) |
Creates and initializes a new LocalBoostEffect with specified image source and settings.
|
| Name | Description | |
|---|---|---|
|
Clone |
Clone the image provider.
|
|
CreateImageWorker |
Create a worker that can perform image processing.
|
|
GetBitmapAsync | |
|
GetInfoAsync |
This method is no longer supported and should not be called. See remarks.
|
|
GetSources | |
|
Lock | |
|
PreloadAsync |
This method is no longer supported and should not be called. See remarks.
|
|
SetSource |
Set a source by index.
|
| Name | Description | |
|---|---|---|
|
AsAnimationFrame |
Returns an AnimationFrame with the specified IImageProvider as its source and the specified frame duration.
(Defined by ImageProviderExtensions.) |
|
Then(Of TImageConsumer) |
Enables a fluid way of chaining multiple IImageProvider objects and IImageConsumer objects. (Defined by ImageProviderExtensions.) |
| Name | Description | |
|---|---|---|
|
DarkContrast |
Contrast amplification of the dark part. Range [0.5, 1.0) |
|
Gamma |
Gamma correction for the dark part of the image. Range [0.1, 5.0) |
|
LightContrast |
Contrast amplification of the light part.
|
|
PropertyDescriptions | |
|
SensitivityLevel |
Specifies how much of the processed image will be blended into the original image.
|
|
Source |
The IImageProvider that will be used as source.
|
|
SourceCount |
The number of sources that can be set.
|
|
SupportedRenderOptions |
Supported rendering options.
|
Show: