<!--
{
  "availability" : [
    "macOS: 10.12.2 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSColorPickerTouchBarItem/colorList",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:objc(cs)NSColorPickerTouchBarItem(py)colorList"
  },
  "title" : "colorList"
}
-->

# colorList

The list of colors displayed in the color picker.

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

## 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.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)