Table of Contents

Property PrecisionBits

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

PrecisionBits

Specifies how many bits of precision are generated from the median approximation algorithm.

Higher values will have lower performance. The current implementation will also have better performance when using an even number for this property value.

The range is [1,12]. The default value is 8, which produces 8-bits of precision and is appropriate for most images.

public EffectPropertyAccessor<int> PrecisionBits { get; }

Property Value

EffectPropertyAccessor<int>