AutoEnhanceFilter Members
The AutoEnhanceFilter type exposes the following members.
| 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.
|
| Name | Description | |
|---|---|---|
|
Apply |
Internal framework method.
|
|
Lock |
Internal framework method.
|
|
PrepareAsync |
Internal framework method.
|
| Name | Description | |
|---|---|---|
|
IsContrastAndBrightnessEnhancementEnabled |
Enables or disables automatic enhancement of contrast and brightness.
|
|
IsLocalBoostEnhancementEnabled |
Enables or disables automatic local boost.
|
|
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.
|
Show: