Table of Contents

Property Quality

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

Quality

The quality of the bokeh effect. Performance is affected linearly. For example, a quality of 6 takes about twice as long to render as a quality value of 3.
The range is [1, 10] and the default is 3.

public EffectPropertyAccessor<int> Quality { get; }

Property Value

EffectPropertyAccessor<int>