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

# maximumLinearExposure

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

## Declaration

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