IDeviceModelPlugIn::GetGamutSettingMesh 方法 (wcsplugin.h)
从插件返回三角形网格。 此函数用于计算 GamutBoundaryDescription。
语法
HRESULT GetGamutBoundaryMesh(
[in] UINT cChannels,
[in] UINT cVertices,
[in] UINT cTriangles,
[out] FLOAT *pVertices,
[out] GamutShellTriangle *pTriangles
);
参数
[in] cChannels
频道数量。
[in] cVertices
顶点数。
[in] cTriangles
三角形的数目。
[out] pVertices
指向插件模型范围 shell 中顶点数组的指针。
[out] pTriangles
指向插件模型范围 shell 中三角形数组的指针。
返回值
如果此函数成功,则返回值S_OK。
如果此函数失败,则返回值E_FAIL。
注解
此函数由 CreateMultiProfileTransform 函数调用。
要求
最低受支持的客户端 | Windows Vista [仅限桌面应用] |
最低受支持的服务器 | Windows Server 2008 [仅限桌面应用] |
目标平台 | Windows |
标头 | wcsplugin.h |