ImageGear Professional DLL v17.1 for Windows Accusoft
AT_PDE_XYZCOLOR
Send Feedback  
ImageGear Professional DLL v17.1 for Windows > API Reference Guide > PDF Component API Reference > PDF Component Structures Reference > AT_PDE_XYZCOLOR

Glossary Item Box

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:

float x The X component of a tristimulus value in CIE 1931 XYZ color space.
float y The Y component of a tristimulus value in CIE 1931 XYZ color space.
float z 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.

©2012. Accusoft Corporation. All Rights Reserved.