Property Radius
- Namespace
- PaintDotNet.Effects.Gpu
- Assembly
- PaintDotNet.Effects.Gpu.dll
Radius
Specifies the radius of the noise reduction filter.
The range is [0, 50], and the default value is 6.
public EffectPropertyAccessor<float> Radius { get; }
Property Value
Remarks
The current implementation will use the integer ceiling of the provided value.