MultiCam Boards Documentation > MultiCam Documentation > MultiCam DirectShow Reference > Reference Guide > Interfaces > IESFProperties > IESFProperties::SetSaturation

IESFProperties::SetSaturation

HRESULT SetSaturation(
  long lValue
);

lValue

[in] New color saturation value.

Sets the color saturation.

Return Values

Returns an HRESULT value. Possible values include the following.

Return code

Description

S_OK

No error.

E_INVALIDARG

lValue is out of the allowed range.

E_FAIL

The operation failed.

Requirements

Header

ESFilter.h

Library

ESFilter.dll

MultiCam

5.0 or later

See also

Tuning

IESFProperties::GetSaturation

IESFProperties::GetSaturationRange