BlurEffect Constructor (IImageProvider, Int32)
Creates and initializes a new BlurEffect with provided image source and a specific kernel size and default region.
Namespace: Lumia.Imaging.Adjustments
Assembly: Lumia.Imaging (in Lumia.Imaging.dll) Version: 255.255.255.255
public: BlurEffect( [InAttribute] IImageProvider^ imageSource, [InAttribute] int kernelSize )
Parameters
- imageSource
- Type: Lumia.Imaging::IImageProvider
An image source for the effect.
- kernelSize
- Type: System::Int32
The kernel size in pixels.Range [1, 256]. Larger kernel size results in more blur.
Show: