---
title: standardDynamicRange
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nscolor/standarddynamicrange
---

# standardDynamicRange

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

## Declaration

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

## See Also

### Supporting high dynamic range (HDR) colors

- [linearExposure](appkit/nscolor/linearexposure.md)
- [applyingContentHeadroom(_:)](appkit/nscolor/applyingcontentheadroom(_:).md)
