<!--
{
  "availability" : [
    "iOS: 27.0.0 -",
    "iPadOS: 27.0.0 -",
    "macCatalyst: 27.0.0 -",
    "macOS: 27.0.0 -",
    "tvOS: 27.0.0 -",
    "visionOS: 27.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "RealityKit",
  "identifier" : "/documentation/RealityKit/BloomOptionsComponent/strength",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "RealityKit"
    ],
    "preciseIdentifier" : "s:17RealityFoundation21BloomOptionsComponentV8strengthSfvp"
  },
  "title" : "strength"
}
-->

# strength

The intensity of the bloom effect.

```
var strength: Float
```

## Discussion

Higher values create a more pronounced glow effect. The values can be
be in the range `[0.0, 2.0]`, where:

- `0.0` disables the bloom effect entirely
- `0.25` provides a subtle bloom (default)
- `1.0` creates a strong, dramatic bloom effect
- `>1` extremely intense effects but may have some visual artifacts

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)