WICColorContextType enumeration (wincodec.h)

Specifies the color context types.

Syntax

typedef enum WICColorContextType {
  WICColorContextUninitialized = 0,
  WICColorContextProfile = 0x1,
  WICColorContextExifColorSpace = 0x2
} ;

Constants

 
WICColorContextUninitialized
Value: 0
An uninitialized color context.
WICColorContextProfile
Value: 0x1
A color context that is a full ICC color profile.
WICColorContextExifColorSpace
Value: 0x2
A color context that is one of a number of set color spaces (sRGB, AdobeRGB) that are defined in the EXIF specification.

Requirements

Requirement Value
Minimum supported client Windows XP with SP2, Windows Vista [desktop apps | UWP apps]
Minimum supported server Windows Server 2008 [desktop apps | UWP apps]
Header wincodec.h