PXC_CalRGB Structure
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:PXC_CalRGB Structure}} | {{#customTitle:PXC_CalRGB Structure}} | ||
− | {{#parentPage:PXV: | + | {{#parentPage:PXV:PXC_Structures|PXC_CalRGB|structure}} |
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} | ||
Line 41: | Line 41: | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IPXC_ColorManager_CreateCalRGB|IPXC_ColorManager::CreateCalRGB]] |
Latest revision as of 09:35, 23 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 ...