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

Glossary Item Box

Describes a CalGray color space.

Declaration:

  Copy Code
typedef struct tagAT_PDE_COLORDATA_CALGRAY
{
        AT_PDE_XYZCOLOR whitePoint;
        AT_PDE_XYZCOLOR blackPoint;
        float gamma;
} AT_PDE_COLORDATA_CALGRAY;
typedef AT_PDE_COLORDATA_CALGRAY FAR* LPAT_PDE_COLORDATA_CALGRAY;

Members:

AT_PDE_XYZCOLOR whitePoint White point
AT_PDE_XYZCOLOR blackPoint Black point
float gamma Gamma

Remarks:

Default calGray = {{0, 0, 0}, {0, 0, 0}, 1};

©2012. Accusoft Corporation. All Rights Reserved.