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

Glossary Item Box

Describes a CalRGB color space.

Declaration:

  Copy Code
typedef struct tagAT_PDE_COLORDATA_CALRGB
{
        AT_PDE_XYZCOLOR whitePoint;
        AT_PDE_XYZCOLOR blackPoint;
        float redGamma;
        float greenGamma;
        float blueGamma;
        float matrix[9];
} AT_PDE_COLORDATA_CALRGB;
typedef AT_PDE_COLORDATA_CALRGB FAR* LPAT_PDE_COLORDATA_CALRGB;

Members:

AT_PDE_XYZCOLOR whitePoint White point
AT_PDE_XYZCOLOR blackPoint Black point
float redGamma Red gamma
float greenGamma Green gamma
float blueGamma Blue gamma
float matrix[9] Matrix

Remarks:

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

©2012. Accusoft Corporation. All Rights Reserved.