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)