PrimaryJabColors structure (wcsplugin.h)

This structure contains eight primary colors in Jab coordinates.

Syntax

typedef struct _PrimaryJabColors {
  JabColorF red;
  JabColorF yellow;
  JabColorF green;
  JabColorF cyan;
  JabColorF blue;
  JabColorF magenta;
  JabColorF black;
  JabColorF white;
} PrimaryJabColors;

Members

red

Red primary.

yellow

Yellow primary.

green

Green primary.

cyan

Cyan primary.

blue

Blue primary.

magenta

Magenta primary.

black

Black primary.

white

White primary.

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