GamutShell 结构 (wcsplugin.h)

包含定义由索引三角形列表表示的色域 shell 的信息。 顶点缓冲区包含顶点数据。

语法

typedef struct _GamutShell {
  FLOAT              JMin;
  FLOAT              JMax;
  UINT               cVertices;
  UINT               cTriangles;
  JabColorF          *pVertices;
  GamutShellTriangle *pTriangles;
} GamutShell;

成员

JMin

外壳的最小轻量。

JMax

shell 的最大亮度。

cVertices

shell 中的顶点数。

cTriangles

shell 中的三角形数。

pVertices

pTriangles

要求

要求
最低受支持的客户端 Windows Vista [仅限桌面应用]
最低受支持的服务器 Windows Server 2008 [仅限桌面应用]
标头 wcsplugin.h

另请参阅