Share via


PrimaryXYZColors

This structure contains eight primary colors in XYZ coordinates.

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

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

See Also

Basic Color Management Concepts, Structures