IWICPalette::GetType 方法 (wincodec.h)
擷取描述調色盤的 WICBitmapPaletteType 。
語法
HRESULT GetType(
[out] WICBitmapPaletteType *pePaletteType
);
參數
[out] pePaletteType
類型: WICBitmapPaletteType*
接收 bimtap 調色盤類型的指標。
傳回值
類型: HRESULT
如果此方法成功,則會傳回 S_OK。 否則,它會傳回 HRESULT 錯誤碼。
備註
WICBitmapPaletteCustom 用於從 InitializeCustom 和 InitializeFromBitmap 初始化的調色盤。 優化和自定義調色盤之間沒有區別。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows XP 搭配 SP2、Windows Vista [傳統型應用程式 |UWP 應用程式] |
最低支援的伺服器 | Windows Server 2008 [傳統型應用程式 |UWP 應用程式] |
目標平台 | Windows |
標頭 | wincodec.h |
程式庫 | Windowscodecs.lib |
Dll | Windowscodecs.dll |