IPXC_PageRenderParams::GetColor Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 2: | Line 2: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXC_PageRenderParams::GetColor Method}} | {{#customTitle:IPXC_PageRenderParams::GetColor Method}} | ||
− | {{#parentPage:PXV:IPXC_PageRenderParams|GetColor Method|method}} | + | {{#parentPage:PXV:IPXC_PageRenderParams#Methods|GetColor Method|method}} |
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} | ||
Line 12: | Line 12: | ||
[out] INT* pcRed, | [out] INT* pcRed, | ||
[out] INT* pcGreen, | [out] INT* pcGreen, | ||
− | [out] INT* pcBlue);</pre> | + | [out] INT* pcBlue, |
+ | [out] INT* pcAlpha);</pre> | ||
== Parameters == | == Parameters == | ||
Line 22: | Line 23: | ||
:[out] Pointer to INT. | :[out] Pointer to INT. | ||
;pcBlue | ;pcBlue | ||
+ | :[out] Pointer to INT. | ||
+ | ;pcAlpha | ||
:[out] Pointer to INT. | :[out] Pointer to INT. | ||
Line 28: | Line 31: | ||
== See Also == | == See Also == | ||
− | [[PXV:IPXC_PageRenderParams|IPXC_PageRenderParams]] | + | [[PXV:IPXC_PageRenderParams|IPXC_PageRenderParams]] |
Revision as of 12:46, 21 May 2015
The method of interface of PDF-XChange Editor SDK.
Syntax
HRESULT GetColor([in] PXC_RenderColor nColorID, [out] INT* pcRed, [out] INT* pcGreen, [out] INT* pcBlue, [out] INT* pcAlpha);
Parameters
- nColorID
- [in] Value of PXC_RenderColor.
- pcRed
- [out] Pointer to INT.
- pcGreen
- [out] Pointer to INT.
- pcBlue
- [out] Pointer to INT.
- pcAlpha
- [out] Pointer to INT.
Return Value
Returns S_OK if operation was successful or error code in other cases.