IDeviceModelPlugIn::GetGamutBoundaryMeshSize

Returns the required data structure sizes for the GetGamutBoundaryMesh function.

HRESULT IDeviceModelPlugIn::GetGamutBoundaryMeshSize(
  [out] UINT *pNumVertices,
  [out] UINT *pNumTriangles);

Parameters

  • *pNumVertices
    The required number of vertices.
  • *pNumTriangles
    The required number of triangles.

Return Values

If this function succeeds, the return value is S_OK.

If this function fails, the return value is E_FAIL.

Remarks

This function is called by the CreateMultiProfileTransform function.

Requirements

**  Windows Vista:** Included in Windows Vista and later.
**  Header:** Declared in WcsPlugIn.h.

See Also

Basic Color Management Concepts, Functions