Table of Contents

Property Radius

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

Radius

The radius of the effect. A value of 0 will disable the effect.
Performance scales with the square of this property value. Doubling the radius will quadruple the rendering time.
The range is [0, 70]. The default value is 3.

public EffectPropertyAccessor<float> Radius { get; }

Property Value

EffectPropertyAccessor<float>

Remarks

The current implementation of this effect will use the integer ceiling of the radius value.