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

# UIGraphicsImageRendererFormat.Range

Constants that specify the color range of the image renderer context.

```
enum Range
```

## Topics

### Constants

[`case automatic`](/documentation/UIKit/UIGraphicsImageRendererFormat/Range/automatic)

The system automatically chooses the image renderer context’s pixel format according to the color range of its content.

[`case extended`](/documentation/UIKit/UIGraphicsImageRendererFormat/Range/extended)

The image renderer context supports wide color.

[`case standard`](/documentation/UIKit/UIGraphicsImageRendererFormat/Range/standard)

The image renderer context doesn’t support extended colors.

[`case unspecified`](/documentation/UIKit/UIGraphicsImageRendererFormat/Range/unspecified)

The image renderer context doesn’t specify a color range.

### Initializers

[`init?(rawValue: Int)`](/documentation/UIKit/UIGraphicsImageRendererFormat/Range/init(rawValue:))

## Relationships

### Conforms To

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

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

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

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

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

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

---

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)