AutoEnhanceFilter Members
Include Protected Members
Include Inherited Members
The AutoEnhanceFilter type exposes the following members.
Constructors
Name | Description | |
---|---|---|
AutoEnhanceFilter() |
Creates a new AutoEnhanceFilter with disabled white balance and with automatic local boost, contrast, and brightness enabled.
|
|
AutoEnhanceFilter(Boolean, Boolean) |
Creates a new AutoEnhanceFilter with disabled white balance and settings for local boost.
|
|
AutoEnhanceFilter(Boolean, Boolean, Color) |
Creates a new AutoEnhanceFilter with automatic white balance and settings for contrast and brightness, local boost, and target white point.
|
|
AutoEnhanceFilter(Boolean, Boolean, Color, Color) |
Creates a new AutoEnhanceFilter with manual white balance and settings for contrast and brightness, local boost, and source and target white points.
|
Methods
Name | Description | |
---|---|---|
Apply |
Internal framework method.
|
|
Lock |
Internal framework method.
|
|
PrepareAsync |
Internal framework method.
|
Properties
Name | Description | |
---|---|---|
IsContrastAndBrightnessEnhancementEnabled |
Enables or disables automatic enhancement of contrast and brightness.
|
|
IsLocalBoostEnhancementEnabled |
Enables or disables automatic local boost.
RemarksWhen enabled, the filter automatically adjusts gamma correction and contrast locally to enhance an image with uneven illumination. |
|
SourceWhitePoint |
The desired source white point. The luminance of the provided color is ignored, only the chrominance information is used.
|
|
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.
|