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

Glossary Item Box

Describes color value.

Declaration:

  Copy Code
typedef struct tagAT_PDE_COLORVALUE
{
        AT_PDF_FIXED color[7];
        HIG_PDE_OBJECT colorObj2;
        HIG_PDE_OBJECT colorObj;
} AT_PDE_COLORVALUE;
typedef AT_PDE_COLORVALUE FAR* LPAT_PDE_COLORVALUE;

Members:

AT_PDF_FIXED color[7] Color value components. For instance, a Gray color space has 1 component, an RGB color space has 3 components, a CMYK has 4 components, and so on.
HIG_PDE_OBJECT colorObj2 For DeviceN color space.
HIG_PDE_OBJECT colorObj For color spaces whose color values do not have numeric values, such as the Pattern and Separation color spaces.
©2012. Accusoft Corporation. All Rights Reserved.