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

# moveToSaturation(with:completion:)

## Declaration

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

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