Table of Contents

Property Radius

Namespace
PaintDotNet.Effects.Gpu
Assembly
PaintDotNet.Effects.Gpu.dll

Radius

Specifies the radius of the bilateral filter.
The range is [0, 50], and the default value is 6.

public EffectPropertyAccessor<float> Radius { get; }

Property Value

EffectPropertyAccessor<float>

Remarks

The current implementation will use the integer ceiling of the provided value.