LocalBoostFilter::SensitivityLevel Property

Specifies how much of the processed image will be blended into the original image.

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

public:
virtual property double SensitivityLevel {
	double get () sealed;
	void set (double value) sealed;
}

Property Value

Type: Double

If sensitivityLevel equals 0, the result will be 100% of the original image and 0% of the processed image.

If sensitivityLevel equals 1, the result will be 0% of the original image and 100% of the processed image.

Range: [0.0, 1.0]

Default value: 1.0

Lumia Imaging SDK

Supported in: 2.0
Show: