---
title: accessibilityReduceHighlightingEffects
framework: swiftui
role: symbol
role_heading: Instance Property
path: swiftui/environmentvalues/accessibilityreducehighlightingeffects
---

# accessibilityReduceHighlightingEffects

Whether the system preference for Reduce Bright Effects is enabled.

## Declaration

```swift
var accessibilityReduceHighlightingEffects: Bool { get }
```

## Discussion

Discussion If this property’s value is true, controls, such as buttons, should be drawn in such a way that minimizes highlighting and flashing of onscreen elements.
