设置用于定义绿色通道传输函数的值列表。
语法
HRESULT SetGreenTable(
  [in] const float *tableValues,
  [in] UINT        count
);
参数
[in] tableValues
类型: const float*
用于定义绿色通道的传输函数的值列表。
[in] count
类型: UINT
tableValues 参数中的值数。
返回值
类型: HRESULT
如果该方法成功,则返回 S_OK。 否则,将返回 HRESULT 错误代码。
要求
| 目标平台 | Windows | 
| 标头 | dcomp.h | 
| Library | Dcomp.lib | 
| DLL | Dcomp.dll |