IWICDevelopRaw::GetNamedWhitePoint method (wincodec.h)
Gets the named white point of the raw image.
Syntax
HRESULT GetNamedWhitePoint(
[out] WICNamedWhitePoint *pWhitePoint
);
Parameters
[out] pWhitePoint
Type: WICNamedWhitePoint*
A pointer that receives the bitwise combination of the enumeration values.
Return value
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Remarks
If the named white points are not supported by the raw image or the raw file contains named white points that are not supported by this API, the codec implementer should still mark this capability as supported.
If the named white points are not supported by the raw image, a best effort should be made to adjust the image to the named white point even when it isn't a pre-defined white point of the raw file.
If the raw file contains named white points not supported by this API, the codec implementer should support the named white points in WICNamedWhitePoint.
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 |
DLL | Windowscodecs.dll |