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

# moveColorTemperature(with:completion:)

## Declaration

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

```swift
func moveColorTemperature(with params: MTRColorControlClusterMoveColorTemperatureParams) async throws
```
