Share via


SolarizeEffect.Threshold Property

The threshold level of the solarize effect.

Range [0.0, 1.0]

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

Syntax

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

Property Value

Type: Double

Version Information

Lumia Imaging SDK

Supported in: 3.0

See Also

SolarizeEffect Class

SolarizeEffect.SolarizeEffect Members

Lumia.Imaging.Artistic Namespace