---
title: "moveToSaturation(with:completionHandler:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrbaseclustercolorcontrol/movetosaturation(with:completionhandler:)"
---

# moveToSaturation(with:completionHandler:)

## Declaration

```swift
func moveToSaturation(with params: MTRColorControlClusterMoveToSaturationParams, completionHandler: @escaping @Sendable ((any Error)?) -> Void)
```

```swift
func moveToSaturation(with params: MTRColorControlClusterMoveToSaturationParams) async throws
```
