---
title: UIGraphicsImageRendererFormat.Range.standard
framework: uikit
role: symbol
role_heading: Case
path: uikit/uigraphicsimagerendererformat/range/standard
---

# UIGraphicsImageRendererFormat.Range.standard

The image renderer context doesn’t support extended colors.

## Declaration

```swift
case standard
```

## Discussion

Discussion If you draw wide-color content into an image renderer context that uses the standard color range, you may lose color information. The system matches the colors to the standard range of their corresponding color space.

## See Also

### Constants

- [UIGraphicsImageRendererFormat.Range.automatic](uikit/uigraphicsimagerendererformat/range/automatic.md)
- [UIGraphicsImageRendererFormat.Range.extended](uikit/uigraphicsimagerendererformat/range/extended.md)
- [UIGraphicsImageRendererFormat.Range.unspecified](uikit/uigraphicsimagerendererformat/range/unspecified.md)
