Share via


CIEXYZ

The CIEXYZ structure contains the x, y, and z coordinates of a specific color in a specified color space.

typedef struct tagCIEXYZ {
  FXPT2DOT30 ciexyzX;
  FXPT2DOT30 ciexyzY;
  FXPT2DOT30 ciexyzZ;
} CIEXYZ;
typedef CIEXYZ FAR* LPCIEXYZ; 

Members

  • ciexyzX
    The x coordinate in fix point (2.30).
  • ciexyzY
    The y coordinate in fix point (2.30).
  • ciexyzZ
    The z coordinate in fix point (2.30).

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