IDCompositionArithmeticCompositeEffect::SetClampOutput 方法 (dcomp.h)
指定是否在效果将值传递到图形中的下一个效果之前固定颜色值。
语法
HRESULT SetClampOutput(
[in] BOOL clampoutput
);
参数
[in] clampoutput
类型: BOOL
一个布尔值,指示是否固定颜色值。 值为 TRUE 会导致颜色值被固定在 0 和 1 之间。
返回值
类型: HRESULT
如果该方法成功,则返回 S_OK。 否则,将返回 HRESULT 错误代码。
要求
目标平台 | Windows |
标头 | dcomp.h |
Library | Dcomp.lib |
DLL | Dcomp.dll |