Property StandardDeviationLevels
- Namespace
- PaintDotNet.Direct2D1.Effects
- Assembly
- PaintDotNet.Windows.Framework.dll
StandardDeviationLevels
Specifies the number of blur levels to be rendered. The image will be blurred this many times with
an increasing blur radius based on the value of MaxStandardDeviation. Increasing this
value will improve quality, but also reduce performance.
The range of this value is [1, 30]. The default value is 10.
public EffectPropertyAccessor<int> StandardDeviationLevels { get; }