---
title: NSColorWell.Style.minimal
framework: appkit
role: symbol
role_heading: Case
path: appkit/nscolorwell/style/minimal
---

# NSColorWell.Style.minimal

A style that adds minimal adornments to the color well.

## Declaration

```swift
case minimal
```

## Discussion

Discussion This style displays a rectangular area with the selected color. Clicks in the color area display a popover with a color picker. If you specified a custom action using the pulldownAction and pulldownTarget properties, clicks in the color area execute your action method instead.

## See Also

### Getting the Style Option

- [NSColorWell.Style.default](appkit/nscolorwell/style/default.md)
- [NSColorWell.Style.expanded](appkit/nscolorwell/style/expanded.md)
