IPXC_TransferFunction::ProceedColor Method

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_TransferFunction::ProceedColor Method}}
 
{{#customTitle:IPXC_TransferFunction::ProceedColor Method}}
 +
{{#parentPage:PXV:IPXC_TransferFunction#Methods|ProceedColor|method}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
The method of interface of PDF-XChange Editor SDK.
 
The method of interface of PDF-XChange Editor SDK.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT ProceedColor([in] IPXC_Color* pColor);</pre>
+
<pre class="brush:cpp;gutter:false">HRESULT ProceedColor([in] IPXC_Color* pColor);</pre>
  
 
== Parameters ==
 
== Parameters ==
;''pColor''
+
;pColor
 
:[in]  Pointer to [[PXV:IPXC_Color|IPXC_Color]].
 
:[in]  Pointer to [[PXV:IPXC_Color|IPXC_Color]].
  
Line 15: Line 19:
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXC_TransferFunction|IPXC_TransferFunction]].
+
[[PXV:IPXC_TransferFunction|IPXC_TransferFunction]]

Latest revision as of 03:38, 15 June 2015


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT ProceedColor([in]  IPXC_Color*  pColor);

Parameters

pColor
[in] Pointer to IPXC_Color.

Return Value

Returns S_OK if operation was successful or error code in other cases.

See Also

IPXC_TransferFunction