Enum ColorManagementQuality
- Namespace
- PaintDotNet.Direct2D1
- Assembly
- PaintDotNet.Windows.dll
The quality level of the transform for the Color management effect.
D2D1_COLORMANAGEMENT_QUALITY
public enum ColorManagementQuality
Fields
Proof = 0
The lowest quality mode. This mode requires feature level 9_1 or above.
Normal = 1
Normal quality mode. This mode requires feature level 9_1 or above.
Best = 2
The best quality mode. This mode requires 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.