StampEffect Constructor (IImageProvider, Int32, Double)

Creates and initializes a new StampEffect with specified image source smoothness and threshold values.

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

public:
StampEffect(
	[InAttribute] IImageProvider^ imageSource, 
	[InAttribute] int smoothness, 
	[InAttribute] double threshold
)

Parameters

imageSource
Type: Lumia.Imaging::IImageProvider
An image source for the effect.
smoothness
Type: System::Int32
The smoothness level.

Range [0, 6].

threshold
Type: System::Double
The threshold level.

Range [0.0, 1.0].

Lumia Imaging SDK

Supported in: 3.0
Show: