IDCompositionTableTransferEffect::SetAlphaTableValue (UINT,IDCompositionAnimation*) 方法 (dcomp.h)
设置 alpha 表中的值。
语法
HRESULT SetAlphaTableValue(
[in] UINT index,
[in] IDCompositionAnimation *animation
);
参数
[in] index
类型: UINT
要更改的值的索引。
[in] animation
一个动画,表示 alpha 表中的值如何随时间变化。 此参数不能为 NULL。
返回值
类型: HRESULT
如果该方法成功,则返回 S_OK。 否则,将返回 HRESULT 错误代码。
要求
要求 | 值 |
---|---|
目标平台 | Windows |
标头 | dcomp.h |
Library | Dcomp.lib |
DLL | Dcomp.dll |