<!--
{
  "availability" : [
    "macOS: 10.11.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSScreen/maximumExtendedDynamicRangeColorComponentValue",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:objc(cs)NSScreen(py)maximumExtendedDynamicRangeColorComponentValue"
  },
  "title" : "maximumExtendedDynamicRangeColorComponentValue"
}
-->

# maximumExtendedDynamicRangeColorComponentValue

The current maximum color component value for the screen.

```
var maximumExtendedDynamicRangeColorComponentValue: CGFloat { get }
```

## Discussion

If no content on screen provides extended dynamic range (EDR) values, the value of this property is `1.0`. If any content onscreen has requested EDR, the value may be greater than `1.0`, depending on the capabilities of the display hardware and other conditions. Only rendering contexts that support EDR can use values greater than `1.0`.

When the value changes, [`didChangeScreenParametersNotification`](/documentation/AppKit/NSApplication/didChangeScreenParametersNotification) is posted.

## See Also

  <doc://com.apple.documentation/documentation/QuartzCore/CAMetalLayer/wantsExtendedDynamicRangeContent>



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)