IVideoProcAmp::get_Saturation

 
Microsoft DirectShow 9.0

IVideoProcAmp::get_Saturation

This topic applies only to Windows XP Service Pack 2 and later.

The get_Saturation method returns the camera's saturation setting.

Syntax

  HRESULT get_Saturation(
  long*  pValue,
  long*  pFlags
);

Parameters

pValue

[out]  Receives the saturation setting. Larger values indicate greater saturation. The value zero indicates grayscale.

pFlags

[out]  Receives one or more flags. See VideoProcAmpFlags.

Return Values

Returns an HRESULT value.

Requirements

Header: Include Vidcap.h.

Library: None.

See Also