---
title: "stepSaturation(with:expectedValues:expectedValueInterval:completionHandler:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrclustercolorcontrol/stepsaturation(with:expectedvalues:expectedvalueinterval:completionhandler:)"
---

# stepSaturation(with:expectedValues:expectedValueInterval:completionHandler:)

## Declaration

```swift
func stepSaturation(with params: MTRColorControlClusterStepSaturationParams, expectedValues expectedDataValueDictionaries: [[String : Any]]?, expectedValueInterval expectedValueIntervalMs: NSNumber?, completionHandler: @escaping @Sendable ((any Error)?) -> Void)
```

```swift
func stepSaturation(with params: MTRColorControlClusterStepSaturationParams, expectedValues expectedDataValueDictionaries: [[String : Any]]?, expectedValueInterval expectedValueIntervalMs: NSNumber?) async throws
```
