Table of Contents

Property Percentile

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

Percentile

Specifies the percentile to find when approximating the median. Lower values result in darkened/eroded results, while higher values result in brightened/dilated results.
The range is [0,1] which correspond's to the UI's range of [0, 100]. The default value is 0.5f.

public EffectPropertyAccessor<float> Percentile { get; }

Property Value

EffectPropertyAccessor<float>