IDCompositionTableTransferEffect::SetGreenDisable 方法 (dcomp.h)
指定是否将传输函数应用于绿色通道。
语法
HRESULT SetGreenDisable(
[in] BOOL greenDisable
);
参数
[in] greenDisable
类型: BOOL
一个布尔值,指定是否将传输函数应用于绿色通道。 如果将其设置为 TRUE,则效果不会将传输函数应用于绿色通道。 如果将其设置为 FALSE,则会将 GreenTableTransfer 函数应用于绿色通道。
返回值
类型: HRESULT
如果该方法成功,则返回 S_OK。 否则,将返回 HRESULT 错误代码。
要求
目标平台 | Windows |
标头 | dcomp.h |
Library | Dcomp.lib |
DLL | Dcomp.dll |