Property Threshold
- Namespace
- PaintDotNet.Effects.Gpu
- Assembly
- PaintDotNet.Effects.Gpu.dll
Threshold
Specifies the threshold for determining whether a pixel should be included in the blurring.
Lower values decrease the blurring effect.
The range is [0, 0.01], and the value value is 0.15.
public EffectPropertyAccessor<float> Threshold { get; }