Table of Contents

Property Smoothness

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

Smoothness

Specifies how much smoothing is applied. This controls the number of rendering passes (iterations). Higher values will produce results that are close to an actual median effect, but will lose some of the coarse- grained sketchiness of lower values.
Performance scales linearly with this property value. For example, a value of 5 will take approximately 5 times as long to render than using a value of 1.
The range is [1, 20], the default value is 3.

public EffectPropertyAccessor<int> Smoothness { get; }

Property Value

EffectPropertyAccessor<int>