Table of Contents

Property Percentile

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

Percentile

Specifies the percentile to use 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>