IPXC_PageRenderParams::SetColor Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 10: | Line 10: | ||
== Syntax == | == Syntax == | ||
<pre class="brush:cpp;gutter:false">HRESULT SetColor([in] PXC_RenderColor nColorID, | <pre class="brush:cpp;gutter:false">HRESULT SetColor([in] PXC_RenderColor nColorID, | ||
− | [in] INT | + | [in] INT nRed, |
− | [in] INT | + | [in] INT nGreen, |
− | [in] INT | + | [in] INT nBlue, |
− | [in, defaultvalue(255)] INT | + | [in, defaultvalue(255)] INT nAlpha);</pre> |
== Parameters == | == Parameters == | ||
;nColorID | ;nColorID | ||
:[in] Value of [[PXV:PXC_RenderColor|PXC_RenderColor]]. | :[in] Value of [[PXV:PXC_RenderColor|PXC_RenderColor]]. | ||
− | ; | + | ;nRed |
:[in] Value of INT. | :[in] Value of INT. | ||
− | ; | + | ;nGreen |
:[in] Value of INT. | :[in] Value of INT. | ||
− | ; | + | ;nBlue |
:[in] Value of INT. | :[in] Value of INT. | ||
− | ; | + | ;nAlpha |
:[in, defaultvalue(255)] Value of INT. | :[in, defaultvalue(255)] Value of INT. | ||
Revision as of 01:21, 4 June 2015
The method of interface of PDF-XChange Editor SDK.
Syntax
HRESULT SetColor([in] PXC_RenderColor nColorID, [in] INT nRed, [in] INT nGreen, [in] INT nBlue, [in, defaultvalue(255)] INT nAlpha);
Parameters
- nColorID
- [in] Value of PXC_RenderColor.
- nRed
- [in] Value of INT.
- nGreen
- [in] Value of INT.
- nBlue
- [in] Value of INT.
- nAlpha
- [in, defaultvalue(255)] Value of INT.
Return Value
Returns S_OK if operation was successful or error code in other cases.