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}};