Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The CIEXYZ structure contains the x,y, and z coordinates of a specific color in a specified color space.
Syntax
typedef struct tagCIEXYZ {
FXPT2DOT30 ciexyzX;
FXPT2DOT30 ciexyzY;
FXPT2DOT30 ciexyzZ;
} CIEXYZ;
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
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Header | wingdi.h |