IPXC_ColorSpace::ConvertToGray Method

From PDF XChange PDF SDK
Jump to: navigation, search


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT ConvertToGray([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