PrimaryXYZColors structure (wcsplugin.h)

This structure contains eight primary colors in XYZ coordinates.

Syntax

typedef struct _PrimaryXYZColors {
  XYZColorF red;
  XYZColorF yellow;
  XYZColorF green;
  XYZColorF cyan;
  XYZColorF blue;
  XYZColorF magenta;
  XYZColorF black;
  XYZColorF white;
} PrimaryXYZColors;

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