共用方式為


IDirect3DDevice9::GetCurrentTexturePalette 方法 (d3d9helper.h)

擷取目前的紋理調色盤。

語法

HRESULT GetCurrentTexturePalette(
  [out, retval] UINT *PaletteNumber
);

參數

[out, retval] PaletteNumber

類型: UINT*

傳回值的指標,識別目前的紋理調色盤。

傳回值

類型: HRESULT

如果方法成功,傳回值會D3D_OK。 如果方法失敗,則傳回值可以是:D3DERR_INVALIDCALL。

需求

   
目標平台 Windows
標頭 d3d9helper.h (包含 D3D9.h)
程式庫 D3D9.lib

另請參閱

IDirect3DDevice9

IDirect3DDevice9::SetCurrentTexturePalette

Direct3D 9 (紋理調色盤)