Property PrecisionBits
- Namespace
- PaintDotNet.Effects.Gpu
- Assembly
- PaintDotNet.Effects.Gpu.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; }