CIEXYZTRIPLE

The CIEXYZTRIPLE structure contains the x, y, and z coordinates of the three colors that correspond to the red, green, and blue endpoints for a specified logical color space.

typedef struct tagCIEXYZTRIPLE {
  CIEXYZ  ciexyzRed;
  CIEXYZ  ciexyzGreen;
  CIEXYZ  ciexyzBlue;
} CIEXYZTRIPLE;
typedef CIEXYZTRIPLE FAR* LPCIEXYZTRIPLE; 

Members

  • ciexyzRed
    The xyz coordinates of red endpoint.
  • ciexyzGreen
    The xyz coordinates of green endpoint.
  • ciexyzBlue
    The xyz coordinates of blue endpoint.

Requirements

**  Windows NT/2000/XP/Vista:** Included in Windows NT 4.0 and later.
**  Windows 95/98/Me:** Included in Windows 95 and later.
**  Header:** Declared in Wingdi.h.

See Also

Basic Color Management Concepts, Structures