PXC_CalRGB Structure
Specifies the ...
Syntax
struct PXC_CalRGB
{
double gamma_red;
double gamma_green;
double gamma_blue;
PXC_XYZColor matrix_red;
PXC_XYZColor matrix_green;
PXC_XYZColor matrix_blue;
PXC_XYZColor kWhite;
PXC_XYZColor kBlack;
};
Members
- gamma_red
- Value of double ...
- gamma_green
- Value of double ...
- gamma_blue
- Value of double ...
- matrix_red
- Value of PXC_XYZColor ...
- matrix_green
- Value of PXC_XYZColor ...
- matrix_blue
- Value of PXC_XYZColor ...
- kWhite
- Value of PXC_XYZColor ...
- kBlack
- Value of PXC_XYZColor ...