PXC_XYZColor Structure

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:PXC_XYZColor Structure}}
 
{{#customTitle:PXC_XYZColor Structure}}
{{#parentPage:PXV:PXC|PXC_XYZColor Structure|structure}}
+
{{#parentPage:PXV:PXC_Structures|PXC_XYZColor|structure}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 25: Line 26:
  
 
== See Also ==
 
== See Also ==
See also ...
+
[[PXV:PXC_CalGray|PXC_CalGray]], [[PXV:PXC_CalRGB|PXC_CalRGB]], [[PXV:PXC_CalLab|PXC_CalLab]]

Latest revision as of 10:39, 23 May 2015


Specifies the ...

Syntax

struct PXC_XYZColor
{
    double n_X;
    double n_Y;
    double n_Z;
};

Members

n_X
Value of double ...
n_Y
Value of double ...
n_Z
Value of double ...

See Also

PXC_CalGray, PXC_CalRGB, PXC_CalLab