Table of Contents

Property Quality

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

Quality

The quality level of the transform. The default value is ColorManagementQuality.Best.

public EffectPropertyAccessor<ColorManagementQuality> Quality { get; }

Property Value

EffectPropertyAccessor<ColorManagementQuality>

Remarks

NOTE: When using this class, the default value of this property is Best, not Normal as documented by Direct2D. If you create this effect using CreateEffect(in DeviceEffectID), the default value will be Normal.