DeviceN color space.
Declaration:
Copy Code | |
---|---|
typedef struct tagAT_PDE_COLORDATA_DEVICEN
{
DWORD size;
HIG_PDF_ATOM *names;
UINT nNames;
HIG_PDE_COLORSPACE alt;
HIG_PDF_BASOBJ tintTransform;
} AT_PDE_COLORDATA_DEVICEN;
typedef AT_PDE_COLORDATA_DEVICEN FAR* LPAT_PDE_COLORDATA_DEVICEN;
|
Members:
DWORD | size | size = sizeof(AT_PDE_COLORDATA_DEVICEN). |
HIG_PDF_ATOM | *names | Names of colorants. |
UINT | nNames | Number of colorants. |
HIG_PDE_COLORSPACE | alt | Alternative color space. |
HIG_PDF_BASOBJ | tintTransform | The tintTransform dictionary or function. See Section 4.5.5 in the PDF Reference for more information. |