IPXC_PageRenderParams::GetColor Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
(One intermediate revision by the same user not shown) | |
(No difference)
|
Latest revision as of 02:33, 15 June 2015
The method of interface of PDF-XChange Editor SDK.
Syntax
HRESULT GetColor([in] PXC_RenderColor nColorID, [out] INT* nRed, [out] INT* nGreen, [out] INT* nBlue, [out] INT* nAlpha);
Parameters
- nColorID
- [in] Value of PXC_RenderColor.
- nRed
- [out] Pointer to INT.
- nGreen
- [out] Pointer to INT.
- nBlue
- [out] Pointer to INT.
- nAlpha
- [out] Pointer to INT.
Return Value
Returns S_OK if operation was successful or error code in other cases.