<!--
{
  "availability" : [
    "iOS: 17.0.0 -",
    "iPadOS: 17.0.0 -",
    "macCatalyst: 17.0.0 -",
    "macOS: 14.0.0 -",
    "tvOS: 17.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CreateMLComponents",
  "identifier" : "/documentation/CreateMLComponents/ImageExposureAdjuster",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Create ML Components"
    ],
    "preciseIdentifier" : "s:18CreateMLComponents21ImageExposureAdjusterV"
  },
  "title" : "ImageExposureAdjuster"
}
-->

# ImageExposureAdjuster

An image exposure adjusting transformer.

```
struct ImageExposureAdjuster
```

## Topics

### Creating an exposure adjuster

[`init(amount: Double)`](/documentation/CreateMLComponents/ImageExposureAdjuster/init(amount:))

Creates an image exposure adjusting transformer.

### Getting the amount

[`var amount: Double`](/documentation/CreateMLComponents/ImageExposureAdjuster/amount)

The amount to adjust the exposure of the image. The larger the value, the brighter the exposure.

### Performing the transformation

[`func applied(to: CIImage, eventHandler: EventHandler?) -> CIImage`](/documentation/CreateMLComponents/ImageExposureAdjuster/applied(to:eventHandler:))

Adjusts the exposure of the input image.

## Relationships

### Conforms To

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Sendable`](/documentation/Swift/Sendable)

[`Transformer`](/documentation/CreateMLComponents/Transformer)

---

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)