---
title: standardDynamicRange
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uicolor/standarddynamicrange
---

# standardDynamicRange

In some cases it is useful to recover the color that was base SDR color that was exposed to generate the given HDR color. If a color’s linearExposure is >1, then this will return the base SDR color.

## Declaration

```swift
@NSCopying var standardDynamicRange: UIColor { get }
```

## See Also

### Working with high dynamic range (HDR) colors

- [applyingContentHeadroom(_:)](uikit/uicolor/applyingcontentheadroom(_:).md)
