---
title: "readAttributeCurrentHue(completionHandler:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrbaseclustercolorcontrol/readattributecurrenthue(completionhandler:)"
---

# readAttributeCurrentHue(completionHandler:)

## Declaration

```swift
func readAttributeCurrentHue(completionHandler: @escaping @Sendable (NSNumber?, (any Error)?) -> Void)
```

```swift
func readAttributeCurrentHue() async throws -> NSNumber
```
