---
title: maximumExtendedDynamicRangeColorComponentValue
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nsscreen/maximumextendeddynamicrangecolorcomponentvalue
---

# maximumExtendedDynamicRangeColorComponentValue

The current maximum color component value for the screen.

## Declaration

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

## Discussion

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 is posted.

## See Also

### Related Documentation

- [wantsExtendedDynamicRangeContent](quartzcore/cametallayer/wantsextendeddynamicrangecontent.md)

### Getting Extended Dynamic Range Details

- [maximumPotentialExtendedDynamicRangeColorComponentValue](appkit/nsscreen/maximumpotentialextendeddynamicrangecolorcomponentvalue.md)
- [maximumReferenceExtendedDynamicRangeColorComponentValue](appkit/nsscreen/maximumreferenceextendeddynamicrangecolorcomponentvalue.md)
