PXC_XYZColor Structure

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 2: Line 2:
 
[[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|structure}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}

Revision as of 23:31, 21 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

...