WICRawRenderMode enumeration
Specifies the render intent of the next CopyPixels call.
Syntax
typedef enum WICRawRenderMode { WICRawRenderModeDraft = 0x00000001, WICRawRenderModeNormal = 0x00000002, WICRawRenderModeBestQuality = 0x00000003 } WICRawRenderMode;
Constants
- WICRawRenderModeDraft
-
Use speed priority mode.
- WICRawRenderModeNormal
-
Use normal priority mode. Balance of speed and quality.
- WICRawRenderModeBestQuality
-
Use best quality mode.
Requirements
|
Minimum supported client |
Windows XP with SP2, Windows Vista [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2008 [desktop apps | Windows Store apps] |
|
Header |
|
|
IDL |
|
Show: