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

# stepColorTemperature(with:completion:)

## Declaration

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

```swift
func stepColorTemperature(with params: MTRColorControlClusterStepColorTemperatureParams) async throws
```
