IWICColorContext::GetExifColorSpace method (wincodec.h)
Retrieves the Exchangeable Image File (EXIF) color space color context.
Syntax
HRESULT GetExifColorSpace(
[out] UINT *pValue
);
Parameters
[out] pValue
Type: UINT*
A pointer that receives the EXIF color space color context.
Value | Meaning |
---|---|
|
A sRGB color space. |
|
An Adobe RGB color space. |
|
Unused. |
Return value
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Remarks
This method should only be used when IWICColorContext::GetType indicates WICColorContextExifColorSpace.
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] |
Target Platform | Windows |
Header | wincodec.h |
Library | Windowscodecs.lib |