In This Topic ▼

ICC_XYZ_NUMBER

Summary

The ICC_XYZ_NUMBER structure is used to save XYZ color space data.

Syntax

typedef struct _ICC_XYZ_NUMBER 
{ 
   L_IccS15Fixed16Number nX; 
   L_IccS15Fixed16Number nY; 
   L_IccS15Fixed16Number nZ; 
} ICC_XYZ_NUMBER, * pICC_XYZ_NUMBER; 

Members

nX

A value that represents the X tristimulus value of an XYZ color space.

nY

A value that represents the Y tristimulus value of an XYZ color space.

nZ

A value that represents the Z tristimulus value of an XYZ color space.

Usage

Help Version 22.0.2023.2.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Color Conversion C++ Class Library Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.