Share via


GamutShell 結構 (wcsplugin.h)

包含定義 gamut 殼層的資訊,此殼層是由索引三角形清單表示。 頂點緩衝區包含頂點數據。

語法

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

成員

JMin

殼層的最小亮度。

JMax

殼層的亮度上限。

cVertices

殼層中的頂點數目。

cTriangles

殼層中的三角形數目。

pVertices

pTriangles

規格需求

需求
最低支援的用戶端 Windows Vista [僅限傳統型應用程式]
最低支援的伺服器 Windows Server 2008 [僅限傳統型應用程式]
標頭 wcsplugin.h

另請參閱