LocalBoostAutomaticEffect Constructor (Int32)

Creates and initializes a new LocalBoostAutomaticEffect with the specified level.

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

Syntax

public LocalBoostAutomaticEffect(
    int level
)
'Declaration
Public Sub New ( 
    level As Integer
)
public:
LocalBoostAutomaticEffect(
    [InAttribute] int level
)
Lumia.Imaging.Adjustments.LocalBoostAutomaticEffect = function(level);

Parameters

  • level
    Type: System.Int32
    Intensity of the effect.

    Range [0, 14].

Version Information

Lumia Imaging SDK

Supported in: 3.0

See Also

LocalBoostAutomaticEffect Class

LocalBoostAutomaticEffect.LocalBoostAutomaticEffect Members

LocalBoostAutomaticEffect Overload

Lumia.Imaging.Adjustments Namespace