IDXBasicImage::Invert Property

This topic documents a feature of Visual Filters and Transitions, which is deprecated as of Windows Internet Explorer 9 and obsolete as of Internet Explorer 10.

Sets or retrieves the value that indicates whether the content is displayed as the complement of the RGB component values.

Syntax

HRESULT IDXBasicImage::get_Invert(BOOL *pVal);
HRESULT IDXBasicImage::put_Invert(BOOL newVal);

Parameters

  • pVal
    Pointer to a variable of type BOOL that receives one of the following values:
  • newVal
    BOOL that specifies one of the following values:

Possible Values

1 Display content as the inverse of the RGB values.
0 Default. Display content with normal RGB values.

Return Value

Returns S_OK if successful, or an error value otherwise.