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
planes パラメーターで指定されたコンポーネント プレーンの数。
dstFormat
種類: REFWICPixelFormatGUID
宛先インターリーブピクセル形式。
dither
変換に使用される WICBitmapDitherType 。
pIPalette
種類: IWICPalette*
変換に使用するパレット。
alphaThresholdPercent
型: double
変換に使用するアルファしきい値。
paletteTranslate
変換に使用するパレット変換の種類。
戻り値
種類: HRESULT
このメソッドは、成功すると S_OK を返します。 そうでない場合は、HRESULT エラー コードを返します。
要件
要件 | 値 |
---|---|
サポートされている最小のクライアント | Windows 8.1 [デスクトップ アプリ |UWP アプリ] |
サポートされている最小のサーバー | Windows Server 2012 R2 [デスクトップ アプリ |UWP アプリ] |
対象プラットフォーム | Windows |
ヘッダー | wincodec.h |
Library | Windowscodecs.lib |
[DLL] | Windowscodecs.dll |