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

# moveColorTemperature(with:completionHandler:)

## Declaration

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

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