Products | Support | Send comments on this topic. | Email a link to this topic. | Back to Getting Started | Help Version 18.0.10.29
LEADTOOLS Color Conversion C DLL Help

ICC_XYZ_NUMBER

Show in webframe

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

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

Member

Description

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.

Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.