---
title: FeatheredGlassBackgroundEffect
framework: swiftui
role: symbol
role_heading: Structure
path: swiftui/featheredglassbackgroundeffect
---

# FeatheredGlassBackgroundEffect

## Declaration

```swift
struct FeatheredGlassBackgroundEffect
```

## Overview

Overview You can also use feathered to construct this effect. The layout size of a view with feathered glass background is based on the content size instead of the glass background size. When the glass background is clipped by an outer container, such as VStack or HStack, it can be resolved by increasing content size, such as content padding, or reducing the feathered glass background size with its padding parameter.

## Topics

### Initializers

- [init()](swiftui/featheredglassbackgroundeffect/init().md)
- [init(padding:softEdgeRadius:)](swiftui/featheredglassbackgroundeffect/init(padding:softedgeradius:).md)

## Relationships

### Conforms To

- [GlassBackgroundEffect](swiftui/glassbackgroundeffect.md)

## See Also

### Adding a glass background on views in visionOS

- [glassBackgroundEffect(displayMode:)](swiftui/view/glassbackgroundeffect(displaymode:).md)
- [glassBackgroundEffect(in:displayMode:)](swiftui/view/glassbackgroundeffect(in:displaymode:).md)
- [GlassBackgroundDisplayMode](swiftui/glassbackgrounddisplaymode.md)
- [GlassBackgroundEffect](swiftui/glassbackgroundeffect.md)
- [AutomaticGlassBackgroundEffect](swiftui/automaticglassbackgroundeffect.md)
- [GlassBackgroundEffectConfiguration](swiftui/glassbackgroundeffectconfiguration.md)
- [PlateGlassBackgroundEffect](swiftui/plateglassbackgroundeffect.md)
