ColorManagementEffectQuality Enumeration |
Namespace: Microsoft.Graphics.Canvas.Effects
public enum ColorManagementEffectQuality
Member name | Value | Description | |
---|---|---|---|
Proof | 0 | The lowest quality mode. | |
Normal | 1 | Normal quality mode. | |
Best | 2 | 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). |