<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "macOS: -",
    "tvOS: -",
    "visionOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreImage",
  "identifier" : "/documentation/CoreImage/CIDynamicRangeOption",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Core Image"
    ],
    "preciseIdentifier" : "c:@T@CIDynamicRangeOption"
  },
  "title" : "CIDynamicRangeOption"
}
-->

# CIDynamicRangeOption

An enum string type that your code can use to select different System Tone Mapping modes.

```
struct CIDynamicRangeOption
```

## Overview

These options are consistent with the analogous options available in Core Graphics,
Core Animation, AppKit, UIKit, and SwiftUI,
In Core Image, this option can be set on the `CISystemToneMap` filter.

## Topics

### Enumeration Cases

[`standard`](/documentation/CoreImage/CIDynamicRangeOption/standard)

Use Standard dynamic range.

[`constrainedHigh`](/documentation/CoreImage/CIDynamicRangeOption/constrainedHigh)

Use extended dynamic range, but brightness is modulated to optimize for
co-existence with other composited content.

[`high`](/documentation/CoreImage/CIDynamicRangeOption/high)

Use High dynamic range.



---

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)