WarpFilter.Level Property

Amount of effect applied.

Range [0.0, 1.0], where 0.0 means no effect and 1.0 means full effect.

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

Syntax

public double Level { get; set; }
'Declaration
Public Property Level As Double
    Get
    Set
public:
virtual property double Level {
    double get () sealed;
    void set (double value) sealed;
}
function get_Level();
function set_Level(value);

Property Value

Type: Double

Remarks

Default is 0.5.

Version Information

Lumia Imaging SDK

Supported in: 2.0

See Also

WarpFilter Class

WarpFilter.WarpFilter Members

Lumia.Imaging.Artistic Namespace