<!--
{
  "availability" : [
    "iOS: 17.0.0 -",
    "iPadOS: 17.0.0 -",
    "macCatalyst: 17.0.0 -",
    "tvOS: 17.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIImage/DynamicRange",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:@E@UIImageDynamicRange"
  },
  "title" : "UIImage.DynamicRange"
}
-->

# UIImage.DynamicRange

```
enum DynamicRange
```

## Topics

### Enumeration Cases

[`case constrainedHigh`](/documentation/UIKit/UIImage/DynamicRange/constrainedHigh)

Allow image content to use some extended range. This is appropriate for mixing content with standard and high dynamic ranges.

[`case high`](/documentation/UIKit/UIImage/DynamicRange/high)

Allow image content to use unrestricted extended range.

[`case standard`](/documentation/UIKit/UIImage/DynamicRange/standard)

Restrict the image content dynamic range to the standard range.

[`case unspecified`](/documentation/UIKit/UIImage/DynamicRange/unspecified)

Do not specify a preferred dynamic range.

### Initializers

[`init?(rawValue: Int)`](/documentation/UIKit/UIImage/DynamicRange/init(rawValue:))

## Relationships

### Conforms To

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

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

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

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

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

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

---

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)