GamutShell structure (wcsplugin.h)

Contains information that defines a gamut shell, which is represented by a list of indexed triangles. The vertex buffer contains the vertices data.

Syntax

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

Members

JMin

The minimum lightness of the shell.

JMax

The maximum lightness of the shell.

cVertices

The number of vertices in the shell.

cTriangles

The number of triangles in the shell.

pVertices

pTriangles

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Header wcsplugin.h

See also