AutoEnhanceEffect Constructor (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.

Namespace: Lumia.Imaging.Adjustments
Assembly: Lumia.Imaging (in Lumia.Imaging.dll) Version: 255.255.255.255

Syntax

public AutoEnhanceEffect(
    bool isContrastAndBrightnessEnhancementEnabled,
    bool isLocalBoostEnhancementEnabled,
    Color targetWhitePoint,
    Color sourceWhitePoint
)
'Declaration
Public Sub New ( 
    isContrastAndBrightnessEnhancementEnabled As Boolean,
    isLocalBoostEnhancementEnabled As Boolean,
    targetWhitePoint As Color,
    sourceWhitePoint As Color
)
public:
AutoEnhanceEffect(
    [InAttribute] bool isContrastAndBrightnessEnhancementEnabled, 
    [InAttribute] bool isLocalBoostEnhancementEnabled, 
    [InAttribute] Color targetWhitePoint, 
    [InAttribute] Color sourceWhitePoint
)
Lumia.Imaging.Adjustments.AutoEnhanceEffect = function(isContrastAndBrightnessEnhancementEnabled, isLocalBoostEnhancementEnabled, targetWhitePoint, sourceWhitePoint);

Parameters

  • isContrastAndBrightnessEnhancementEnabled
    Type: System.Boolean
    Enables or disables contrast and brightness enhancement.
  • isLocalBoostEnhancementEnabled
    Type: System.Boolean
    Enables or disables local boost enhancement.
  • targetWhitePoint
    Type: Windows.UI.Color
    The target white point.

    The alpha component of the color is not used.

  • sourceWhitePoint
    Type: Windows.UI.Color
    The source white point.

    The alpha component of the color is not used.

Version Information

Lumia Imaging SDK

Supported in: 3.0

See Also

AutoEnhanceEffect Class

AutoEnhanceEffect.AutoEnhanceEffect Members

AutoEnhanceEffect Overload

Lumia.Imaging.Adjustments Namespace