IWICDevelopRaw::GetKelvinRangeInfo 方法 (wincodec.h)
取得原始影像目前 Kelvin 範圍的相關資訊。
語法
HRESULT GetKelvinRangeInfo(
[out] UINT *pMinKelvinTemp,
[out] UINT *pMaxKelvinTemp,
[out] UINT *pKelvinTempStepValue
);
參數
[out] pMinKelvinTemp
類型: UINT*
接收最小 Kelvin 溫度的指標。
[out] pMaxKelvinTemp
類型: UINT*
接收最大 Kelvin 溫度的指標。
[out] pKelvinTempStepValue
類型: UINT*
接收 Kelvin 步驟值的指標。
傳回值
類型: HRESULT
如果此方法成功,則會傳回 S_OK。 否則,它會傳回 HRESULT 錯誤碼。
規格需求
最低支援的用戶端 | Windows XP 搭配 SP2、Windows Vista [傳統型應用程式 |UWP 應用程式] |
最低支援的伺服器 | Windows Server 2008 [傳統型應用程式 |UWP 應用程式] |
目標平台 | Windows |
標頭 | wincodec.h |
程式庫 | Windowscodecs.lib |
Dll | Windowscodecs.dll |