| Microsoft DirectX 8.1 (C++) | 
The get_SpectralInversion method retrieves an integer indicating the spectral inversion.
Syntax
HRESULT get_SpectralInversion(
  long*  pSpectralInversion
);
Parameters
pSpectralInversion
[out] Specifies the address of a long integer to receive the integer value.
Return Values
Returns S_OK if successful. If the method fails, error information can be retrieved using the standard COM IErrorInfo interface.
See Also