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 valid range is [0, 100], the default is 25.

public EffectPropertyAccessor<float> Radius { get; }

Property Value

EffectPropertyAccessor<float>