AutoEnhanceEffect Constructor
| 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.
|
Show: