---
title: prefersExtendedRange
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uigraphicsimagerendererformat/prefersextendedrange
---

# prefersExtendedRange

A Boolean value that specifies whether the bitmap context uses extended color.

## Declaration

```swift
var prefersExtendedRange: Bool { get set }
```

## Discussion

Discussion If true, the underlying Core Graphics context is configured to support wide color; if false, the context is not. The default is true on devices that natively support wide color, and false on those that do not.

## See Also

### Configuring the renderer attributes

- [opaque](uikit/uigraphicsimagerendererformat/opaque.md)
- [scale](uikit/uigraphicsimagerendererformat/scale.md)
- [preferredRange](uikit/uigraphicsimagerendererformat/preferredrange.md)
- [UIGraphicsImageRendererFormat.Range](uikit/uigraphicsimagerendererformat/range.md)
