---
title: BloomSettingsComponent
framework: realitykit
role: symbol
role_heading: Structure
path: realitykit/bloomsettingscomponent
---

# BloomSettingsComponent

A component that sets the properties for the bloom post-processing effects.

## Declaration

```swift
struct BloomSettingsComponent
```

## Overview

Overview This component has no effect without a BloomComponent in your scene. It’s best to maintain a single BloomSettingsComponent in your scene. If more than one BloomSettingsComponent exists in your scene, one will be chosen based on proximity to the origin and depth in the entity hierarchy.

## Topics

### Configuring bloom settings

- [strength](realitykit/bloomsettingscomponent/strength.md)
- [threshold](realitykit/bloomsettingscomponent/threshold.md)
- [blurRadius](realitykit/bloomsettingscomponent/blurradius.md)

### Initializers

- [init()](realitykit/bloomsettingscomponent/init().md)

## Relationships

### Conforms To

- [Component](realitykit/component.md)

## See Also

### Bloom and tone mapping

- [BloomComponent](realitykit/bloomcomponent.md)
- [BloomOptionsComponent](realitykit/bloomoptionscomponent.md)
- [ToneMappingComponent](realitykit/tonemappingcomponent.md)
