IPXC_ColorSpace::ConvertToRGB Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
Line 11: Line 11:
 
<pre class="brush:cpp;gutter:false">HRESULT ConvertToRGB([in]  double*              pSrc,
 
<pre class="brush:cpp;gutter:false">HRESULT ConvertToRGB([in]  double*              pSrc,
 
                     [in]  double*              pDest,
 
                     [in]  double*              pDest,
                     [in]  PXC_RenderingIntent  RenderIntent,
+
                     [in]  PXC_RenderingIntent  nRenderIntent,
                     [in]  ULONG                numSamples);</pre>
+
                     [in]  ULONG                nNumSamples);</pre>
  
 
== Parameters ==
 
== Parameters ==
Line 19: Line 19:
 
;pDest
 
;pDest
 
:[in]  Pointer to double.
 
:[in]  Pointer to double.
;RenderIntent
+
;nRenderIntent
 
:[in]  Value of [[PXV:PXC_RenderingIntent|PXC_RenderingIntent]].
 
:[in]  Value of [[PXV:PXC_RenderingIntent|PXC_RenderingIntent]].
;numSamples
+
;nNumSamples
 
:[in]  Value of ULONG.
 
:[in]  Value of ULONG.
  

Latest revision as of 11:52, 11 January 2016


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT ConvertToRGB([in]  double*              pSrc,
                     [in]  double*              pDest,
                     [in]  PXC_RenderingIntent  nRenderIntent,
                     [in]  ULONG                nNumSamples);

Parameters

pSrc
[in] Pointer to double.
pDest
[in] Pointer to double.
nRenderIntent
[in] Value of PXC_RenderingIntent.
nNumSamples
[in] Value of ULONG.

Return Value

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

See Also

IPXC_ColorSpace