---
title: colorList
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nscolorpickertouchbaritem/colorlist
---

# colorList

The list of colors displayed in the color picker.

## Declaration

```swift
var colorList: NSColorList! { get set }
```

## Discussion

Discussion Defaults to the standard system color list. Note that setting a custom color list disables the additional tints and shades that appear when the user sustains a touch.

## See Also

### Configuring the color picker

- [allowedColorSpaces](appkit/nscolorpickertouchbaritem/allowedcolorspaces.md)
- [showsAlpha](appkit/nscolorpickertouchbaritem/showsalpha.md)
- [isEnabled](appkit/nscolorpickertouchbaritem/isenabled.md)
