Share via


GamutBoundaryDescription

Defines a gamut boundary.

typedef struct _GamutBoundaryDescription {
  PrimaryJabColors primaries;
  UINT cNeutralSamples;
  [size_is(cNeutralSamples)] JabColorF *pNeutralSamples;
  GamutShell *pReferenceShell;
  GamutShell *pPlausibleShell;
  GamutShell *pPossibleShell;
} GamutBoundaryDescription;

Members

  • primaries
    The primary colors.
  • cNeutralSamples
    The number of neutral samples.
  • *pNeutralSamples
    A pointer to the neutral samples.
  • *pReferenceShell
    A pointer to the reference shell.
  • *pPlausibleShell
    A pointer to the plausible shell.
  • *pPossibleShell
    A pointer to the possible shell.

Requirements

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

See Also

Basic Color Management Concepts, Windows Color System Schemas and Algorithms, Structures