WICColorContextType enumeration
Specifies the color context types.
Syntax
typedef enum WICColorContextType { WICColorContextUninitialized = 0x00000000, WICColorContextProfile = 0x00000001, WICColorContextExifColorSpace = 0x00000002 } WICColorContextType;
Constants
- WICColorContextUninitialized
-
An uninitialized color context.
- WICColorContextProfile
-
A color context that is a full ICC color profile.
- WICColorContextExifColorSpace
-
A color context that is one of a number of set color spaces (sRGB, AdobeRGB) that are defined in the EXIF specification.
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: