---
title: accessibilityReduceTransparency
framework: swiftui
role: symbol
role_heading: Instance Property
path: swiftui/environmentvalues/accessibilityreducetransparency
---

# accessibilityReduceTransparency

Whether the system preference for Reduce Transparency is enabled.

## Declaration

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

## Discussion

Discussion If this property’s value is true, UI (mainly window) backgrounds should not be semi-transparent; they should be opaque.

## See Also

### Improving legibility

- [accessibilityShowButtonShapes](swiftui/environmentvalues/accessibilityshowbuttonshapes.md)
- [legibilityWeight](swiftui/environmentvalues/legibilityweight.md)
- [LegibilityWeight](swiftui/legibilityweight.md)
