IPXC_PageRenderParams::GetColor Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 1: | Line 1: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXC_PageRenderParams::GetColor Method}} | {{#customTitle:IPXC_PageRenderParams::GetColor Method}} | ||
− | {{#parentPage:PXV:IPXC_PageRenderParams|method}} | + | {{#parentPage:PXV:IPXC_PageRenderParams|GetColor Method|method}} |
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} | ||
Line 8: | Line 8: | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT GetColor([in] PXC_RenderColor nColorID, [out] INT* pcRed, [out] INT* pcGreen, [out] INT* pcBlue);</pre> | + | <pre class="brush:cpp;gutter:false">HRESULT GetColor([in] PXC_RenderColor nColorID, |
+ | [out] INT* pcRed, | ||
+ | [out] INT* pcGreen, | ||
+ | [out] INT* pcBlue);</pre> | ||
== Parameters == | == Parameters == | ||
− | ; | + | ;nColorID |
:[in] Value of [[PXV:PXC_RenderColor|PXC_RenderColor]]. | :[in] Value of [[PXV:PXC_RenderColor|PXC_RenderColor]]. | ||
− | ; | + | ;pcRed |
:[out] Pointer to INT. | :[out] Pointer to INT. | ||
− | ; | + | ;pcGreen |
:[out] Pointer to INT. | :[out] Pointer to INT. | ||
− | ; | + | ;pcBlue |
:[out] Pointer to INT. | :[out] Pointer to INT. | ||
Revision as of 05:09, 23 April 2015
The method of interface of PDF-XChange Editor SDK.
Contents
Syntax
HRESULT GetColor([in] PXC_RenderColor nColorID, [out] INT* pcRed, [out] INT* pcGreen, [out] INT* pcBlue);
Parameters
- nColorID
- [in] Value of PXC_RenderColor.
- pcRed
- [out] Pointer to INT.
- pcGreen
- [out] Pointer to INT.
- pcBlue
- [out] Pointer to INT.
Return Value
Returns S_OK if operation was successful or error code in other cases.
See Also
See also IPXC_PageRenderParams.