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

Glossary Item Box

Indexed color space.

Declaration:

  Copy Code
typedef struct tagAT_PDE_COLORDATA_INDEXED
{
        DWORD size;
        HIG_PDE_COLORSPACE baseCs;
        WORD hival;
        LPBYTE lookup;
        UINT lookupLen;
} AT_PDE_COLORDATA_INDEXED;
typedef AT_PDE_COLORDATA_INDEXED FAR* LPAT_PDE_COLORDATA_INDEXED;

Members:

DWORD size size = sizeof(AT_PDE_COLORDATA_INDEXED).
HIG_PDE_COLORSPACE baseCs Base colorspace.
WORD hival Highest color value.
LPBYTE lookup Indexed color lookup data.
UINT lookupLen Number of bytes in lookup data.
©2012. Accusoft Corporation. All Rights Reserved.