<!--
{
  "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/ToneMappingComponent/init(exposure:toeStrength:toeLength:shoulderStrength:shoulderLength:shoulderAngle:)",
  "metadataVersion" : "0.1.0",
  "role" : "Initializer",
  "symbol" : {
    "kind" : "Initializer",
    "modules" : [
      "RealityKit"
    ],
    "preciseIdentifier" : "s:17RealityFoundation20ToneMappingComponentV8exposure11toeStrength0G6Length08shoulderH00jI00J5AngleACSf_S5ftcfc"
  },
  "title" : "init(exposure:toeStrength:toeLength:shoulderStrength:shoulderLength:shoulderAngle:)"
}
-->

# init(exposure:toeStrength:toeLength:shoulderStrength:shoulderLength:shoulderAngle:)

Initializes a `ToneMappingComponent` with the specified parameters. Values outside of their respective ranges are clamped.

```
init(exposure: Float = 0.0, toeStrength: Float = 0.25, toeLength: Float = 0.37, shoulderStrength: Float = 1.0, shoulderLength: Float = 0.7, shoulderAngle: Float = 1.0)
```

---

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)