Share via


INuiColorCameraSettings::SetSaturation Method

Kinect for Windows 1.6, 1.7, 1.8

Sets the saturation, which is the colorfulness of a color relative to its own brightness. The range is [0.0, 2.0]; the default value is 1.0.

Syntax

public:
HRESULT SetSaturation(
         double Saturation
)

Parameters

  • Saturation
    Type: double
    The saturation.

Return Value

Type: HRESULT
Returns S_OK if successful; otherwise, returns a failure code.

Requirements

Header: Declared in nuisensor.h.