---
title: ultraDark
framework: swiftui
role: symbol
role_heading: Type Property
path: swiftui/surroundingseffect/ultradark
---

# ultraDark

An effect that dims passthrough video more than dark

## Declaration

```swift
static var ultraDark: SurroundingsEffect { get }
```

## Discussion

Discussion Use this value with the preferredSurroundingsEffect(_:) view modifier when you want to dim passthrough video while displaying a particular view. Doing so helps to draw attention to your app’s content while still enabling people to remain aware of their surroundings. This effect will only be applied while an immersive space is opened.
