---
title: invertColorsStatusDidChangeNotification
framework: uikit
role: symbol
role_heading: Type Property
path: uikit/uiaccessibility/invertcolorsstatusdidchangenotification
---

# invertColorsStatusDidChangeNotification

A notification that UIKit posts when the settings for inverted colors change.

## Declaration

```swift
nonisolated static let invertColorsStatusDidChangeNotification: NSNotification.Name
```

## Discussion

Discussion This notification doesn’t include a parameter. Observe this notification using the default notification center. Use the isInvertColorsEnabled function to determine whether the settings for inverted colors are in an enabled state.

## See Also

### Colors

- [darkerSystemColorsStatusDidChangeNotification](uikit/uiaccessibility/darkersystemcolorsstatusdidchangenotification.md)
- [grayscaleStatusDidChangeNotification](uikit/uiaccessibility/grayscalestatusdidchangenotification.md)
