ImageGear for C and C++ on Linux v20.0 - Updated
AT_PDE_XYZCOLOR
API Reference Guide > PDF Component API Reference > PDF Component Structures Reference > AT_PDE_XYZCOLOR

XYZ color data.

Declaration:

 
Copy Code
typedef struct tagAT_PDE_XYZCOLOR
{
        float x;
        float y;
        float z;
} AT_PDE_XYZCOLOR;
typedef AT_PDE_XYZCOLOR FAR* LPAT_PDE_XYZCOLOR;

Members:

Name Type Description
x float The X component of a tristimulus value in CIE 1931 XYZ color space.
y float The Y component of a tristimulus value in CIE 1931 XYZ color space.
z float The Z component of a tristimulus value in CIE 1931 XYZ color space.

Remarks:

Please see section 7.10 of the PDF Reference Manual for information on color spaces.

Is this page helpful?
Yes No
Thanks for your feedback.