AutoEnhanceFilter.IsLocalBoostEnhancementEnabled Property

Enables or disables automatic local boost.

Remarks

When enabled, the filter automatically adjusts gamma correction and contrast locally to enhance an image with uneven illumination.

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

Syntax

public bool IsLocalBoostEnhancementEnabled { get; set; }
'Declaration
Public Property IsLocalBoostEnhancementEnabled As Boolean
    Get
    Set
public:
virtual property bool IsLocalBoostEnhancementEnabled {
    bool get () sealed;
    void set (bool value) sealed;
}
function get_IsLocalBoostEnhancementEnabled();
function set_IsLocalBoostEnhancementEnabled(value);

Property Value

Type: Boolean

Version Information

Lumia Imaging SDK

Supported in: 2.0

See Also

AutoEnhanceFilter Class

AutoEnhanceFilter.AutoEnhanceFilter Members

Lumia.Imaging.Adjustments Namespace