---
title: accessibilityIgnoresInvertColors
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uiview/accessibilityignoresinvertcolors
---

# accessibilityIgnoresInvertColors

A Boolean value indicating whether the view ignores an accessibility request to invert its colors.

## Declaration

```swift
var accessibilityIgnoresInvertColors: Bool { get set }
```

## Discussion

Discussion Inverting colors is often used to help users with light or color sensitivities to make bright colors darker. However, this behavior can have a destructive impact on images and videos. If inverting the colors would have a negative impact on your view’s content, set this property to true to prevent it from inverting its colors. Setting the property to true prevents the system from inverting the colors of the view and all of its subviews.

## See Also

### Modifying the accessibility behavior

- [largeContentImage](uikit/uiview/largecontentimage.md)
- [largeContentImageInsets](uikit/uiview/largecontentimageinsets.md)
- [largeContentTitle](uikit/uiview/largecontenttitle.md)
- [scalesLargeContentImage](uikit/uiview/scaleslargecontentimage.md)
- [showsLargeContentViewer](uikit/uiview/showslargecontentviewer.md)
