---
title: applicationShouldSuppressHighDynamicRangeContent
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nsapplication/applicationshouldsuppresshighdynamicrangecontent
---

# applicationShouldSuppressHighDynamicRangeContent

A boolean value indicating whether your application should suppress HDR content based on established policy. Built-in AppKit components such as NSImageView will automatically behave correctly with HDR content. You should use this value in conjunction with notifications (NSApplicationShouldBeginSuppressingHighDynamicRangeContentNotification and NSApplicationShouldEndSuppressingHighDynamicRangeContentNotification) to suppress HDR content in your application when signaled to do so.

## Declaration

```swift
var applicationShouldSuppressHighDynamicRangeContent: Bool { get }
```

## See Also

### Managing the app’s appearance

- [appearance](appkit/nsapplication/appearance.md)
- [effectiveAppearance](appkit/nsapplication/effectiveappearance.md)
- [currentSystemPresentationOptions](appkit/nsapplication/currentsystempresentationoptions.md)
- [presentationOptions](appkit/nsapplication/presentationoptions-swift.property.md)
- [NSApplication.PresentationOptions](appkit/nsapplication/presentationoptions-swift.struct.md)
