ImageGear Professional for Linux
AT_PDE_COLORDATA_LAB

Describes a L*a*b* color space.

Declaration:

 
Copy Code
typedef struct tagAT_PDE_COLORDATA_LAB
{
        AT_PDE_XYZCOLOR whitePoint;
        AT_PDE_XYZCOLOR blackPoint;
        AT_PDE_COLORRANGE rangeA, rangeB;
} AT_PDE_COLORDATA_LAB;
typedef AT_PDE_COLORDATA_LAB FAR* LPAT_PDE_COLORDATA_LAB;

Members:

Name Type Description
whitePoint AT_PDE_XYZCOLOR White point
blackPoint AT_PDE_XYZCOLOR Black point
rangeA AT_PDE_COLORRANGE Color ranges
rangeB AT_PDE_COLORRANGE Color ranges

Remarks:

Default lab = {{0, 0, 0}, {0, 0, 0}, {-100, 100}, {-100, 100}};

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback