Click or drag to resize
ColorManagementEffectQuality Enumeration
Specifies quality vs. performance tradeoff for ColorManagementEffect.

Namespace:  Microsoft.Graphics.Canvas.Effects
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public enum ColorManagementEffectQuality
Members
  Member nameValueDescription
Proof0The lowest quality mode.
Normal1Normal quality mode.
Best2

The best quality mode. This mode requires Direct3D feature level 10_0 or above, as well as floating point precision buffers. This mode supports floating point precision as well as extended range as defined in the ICC v4.3 specification.

Best quality mode is not supported by all GPU hardware. Before specifying Best mode, check IsBestQualitySupported(CanvasDevice).

See Also