GamutShell 構造体 (wcsplugin.h)
色域シェルを定義する情報が含まれます。これは、インデックス付き三角形の一覧で表されます。 頂点バッファーには、頂点データが含まれています。
構文
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 [デスクトップ アプリのみ] |
Header | wcsplugin.h |