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

# NSColorWell.Style.default

The default style for color wells.

## Declaration

```swift
case `default`
```

## Discussion

Discussion This style yields a color well that accepts drags and drops of colors. When someone clicks the color well, it displays the system color panel.

## See Also

### Getting the Style Option

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