IWICPlanarFormatConverter::Initialize 方法 (wincodec.h)
使用平面來源初始化格式轉換器,並指定交錯輸出圖元格式。
語法
HRESULT Initialize(
[in] IWICBitmapSource **ppPlanes,
UINT cPlanes,
REFWICPixelFormatGUID dstFormat,
WICBitmapDitherType dither,
IWICPalette *pIPalette,
double alphaThresholdPercent,
WICBitmapPaletteType paletteTranslate
);
參數
[in] ppPlanes
類型: IWICBitmapSource**
代表影像平面的 IWICBitmapSource 陣列。
cPlanes
類型: UINT
平面參數所指定的元件平面數目。
dstFormat
類型: REFWICPixelFormatGUID
目的地交錯圖元格式。
dither
用於轉換的 WICBitmapDitherType 。
pIPalette
類型: IWICPalette*
要用於轉換的調色盤。
alphaThresholdPercent
類型: double
要用於轉換的Alpha臨界值。
paletteTranslate
要用於轉換的調色盤轉譯類型。
傳回值
類型: HRESULT
如果此方法成功,則會傳回 S_OK。 否則,它會傳回 HRESULT 錯誤碼。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows 8.1 [傳統型應用程式 |UWP 應用程式] |
最低支援的伺服器 | Windows Server 2012 R2 [傳統型應用程式 |UWP 應用程式] |
目標平台 | Windows |
標頭 | wincodec.h |
程式庫 | Windowscodecs.lib |
Dll | Windowscodecs.dll |