共用方式為


IDCompositionDevice3::CreateHueRotationEffect 方法 (dcomp.h)

建立 IDCompositionHueRotationEffect的實例。

語法

HRESULT CreateHueRotationEffect(
  [out] IDCompositionHueRotationEffect **hueRotationEffect
);

參數

[out] hueRotationEffect

類型: IDCompositionHueRotationEffect**

接收 IDCompositionHueRotationEffect的已建立實例。

傳回值

類型: HRESULT

如果此方法成功,則會傳回 S_OK。 否則,它會傳回 HRESULT 錯誤碼。

需求

   
目標平台 Windows
標頭 dcomp.h
程式庫 Dcomp.lib
Dll Dcomp.dll

另請參閱

IDCompositionDevice3