PXC_CalRGB Structure

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:PXC_CalRGB Structure}}
 
{{#customTitle:PXC_CalRGB Structure}}
Line 40: Line 41:
  
 
== See Also ==
 
== See Also ==
See also ...
+
...

Revision as of 08:13, 20 May 2015


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 ...

See Also

...