Table of Contents

Property Strength

Namespace
PaintDotNet.Direct2D1.Effects
Assembly
PaintDotNet.Windows.Core.dll

Strength

A float value modulating the response of the edge detection filter. A low strength value means that weaker edges will get filtered out, while a high value means stronger edges will get filtered out. The allowed range is 0.0 to 1.0. The default value is 0.5.

public EffectPropertyAccessor<float> Strength { get; }

Property Value

EffectPropertyAccessor<float>