Table of Contents

Property BlurRadius

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

BlurRadius

Specifies the amount of blur to be applied to the alpha channel of the image.
The blur is implemented using a gaussian filter.
The range for this value is [0, 300], and the default value is 10.

public EffectPropertyAccessor<float> BlurRadius { get; }

Property Value

EffectPropertyAccessor<float>