---
title: maximumLinearExposure
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nscolorwell/maximumlinearexposure
---

# maximumLinearExposure

The maximum linear exposure a color in this color well can be set to. Defaults to 1 and ignores any value less than 1. If set to a value >= 2, the color picked for this well may have a linear exposure applied to it.

## Declaration

```swift
var maximumLinearExposure: CGFloat { get set }
```
