AutoEnhanceEffect Members
Include Protected Members
Include Inherited Members
The AutoEnhanceEffect type exposes the following members.
Constructors
Name | Description | |
---|---|---|
AutoEnhanceEffect() |
Creates a new AutoEnhanceEffect with disabled white balance and with automatic local boost, contrast, and brightness enabled.
|
|
AutoEnhanceEffect(IImageProvider) |
Creates and initializes a new Brightness effect that uses the provided image source.
|
|
AutoEnhanceEffect(Boolean, Boolean) |
Creates a new AutoEnhanceEffect with disabled white balance and settings for local boost.
|
|
AutoEnhanceEffect(Boolean, Boolean, Color) |
Creates a new AutoEnhanceEffect with automatic white balance and settings for contrast and brightness, local boost, and target white point.
|
|
AutoEnhanceEffect(IImageProvider, Boolean, Boolean) |
Creates a new AutoEnhanceEffect with disabled white balance and settings for local boost.
|
|
AutoEnhanceEffect(Boolean, Boolean, Color, Color) |
Creates a new AutoEnhanceEffect with manual white balance and settings for contrast and brightness, local boost, and source and target white points.
|
|
AutoEnhanceEffect(IImageProvider, Boolean, Boolean, Color) |
Creates a new AutoEnhanceEffect with automatic white balance and settings for contrast and brightness, local boost, and target white point.
|
|
AutoEnhanceEffect(IImageProvider, Boolean, Boolean, Color, Color) |
Creates a new AutoEnhanceEffect with manual white balance and settings for contrast and brightness, local boost, and source and target white points.
|
Methods
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 |
This method is no longer supported and should not be called. See remarks.
|
|
PreloadAsync |
This method is no longer supported and should not be called. See remarks.
|
|
SetSource |
Set a source by index.
|
Extension Methods
Name | Description | |
---|---|---|
AsAnimationFrame |
Returns an AnimationFrame with the specified IImageProvider as its source and the specified frame duration.
(Defined by ImageProviderExtensions.) |
|
Then<TImageConsumer> |
Enables a fluid way of chaining multiple IImageProvider objects and IImageConsumer objects.
(Defined by ImageProviderExtensions.) |
Properties
Name | Description | |
---|---|---|
IsContrastAndBrightnessEnhancementEnabled |
Enables or disables automatic enhancement of contrast and brightness.
|
|
IsLocalBoostEnhancementEnabled |
Enables or disables automatic local boost.
RemarksWhen enabled, the effect automatically adjusts gamma correction and contrast locally to enhance an image with uneven illumination. |
|
Source |
The IImageProvider that will be used as source.
|
|
SourceCount | ||
SourceWhitePoint |
The desired source white point. The luminance of the provided color is ignored, only the chrominance information is used.
|
|
SupportedRenderOptions |
Supported rendering options.
|
|
TargetWhitePoint |
The desired target white point. The luminance of the provided color is ignored, only the chrominance information is used.
|
|
WhiteBalanceMode |
Sets the white balance mode to use.
|