---
title: "enhancedMoveToHueAndSaturation(with:expectedValues:expectedValueInterval:completion:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrclustercolorcontrol/enhancedmovetohueandsaturation(with:expectedvalues:expectedvalueinterval:completion:)"
---

# enhancedMoveToHueAndSaturation(with:expectedValues:expectedValueInterval:completion:)

## Declaration

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

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