IIXC_Page::InvertChannel Method

From PDF XChange PDF SDK
Jump to: navigation, search
Line 23: Line 23:
 
== See Also ==
 
== See Also ==
 
:[[PXV:IIXC_Page|IIXC_Page]]
 
:[[PXV:IIXC_Page|IIXC_Page]]
 +
:[[PXV:IIXC_Page_Invert|IIXC_Page::Invert]]
 
:[[PXV:IIXC_Page_CopyChannel|IIXC_Page::CopyChannel]]
 
:[[PXV:IIXC_Page_CopyChannel|IIXC_Page::CopyChannel]]
 
:[[PXV:IIXC_Page_FillChannel|IIXC_Page::FillChannel]]
 
:[[PXV:IIXC_Page_FillChannel|IIXC_Page::FillChannel]]

Revision as of 07:30, 29 April 2015


The method inverts color data only within the specified color channel.

Syntax

HRESULT InvertChannel([in]  IXC_Channel  nCannel,
                      [in]  RECT*        pRect);

Parameters

nCannel
[in] Specifies the channel for which function should be applied.
pRect
[in] Pointer to RECT structure which defines the rectangular area where colors should be inverted. If this parameter is NULL, the entire page will be inverted.
Note:
Please note that processing of part of the page is not supported for some internal formats. For example, it is not supported for indexed images, because each pixel in such images contains not the color, but the index into color table (palette) which is common for the entire page.

Return Value

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

See Also

IIXC_Page
IIXC_Page::Invert
IIXC_Page::CopyChannel
IIXC_Page::FillChannel
IIXC_Page::GetChannelPixel
IIXC_Page::SetChannelPixel
IXC_Channel