---
title: provideNewButtonImage
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nscolorpicker/providenewbuttonimage
---

# provideNewButtonImage

The button image used by the color picker.

## Declaration

```swift
var provideNewButtonImage: NSImage { get }
```

## Discussion

Discussion The image placed on the mode button the user uses to select this color picker. This is the same image the color panel uses as an argument when sending the insertNewButtonImage(_:in:) message. Override this property’s getter method to provide a custom button image. The default implementation looks in the color picker’s bundle for a TIFF file named after the color picker’s class, with the extension “.tiff”.

## See Also

### Adding Button Images

- [insertNewButtonImage(_:in:)](appkit/nscolorpicker/insertnewbuttonimage(_:in:).md)
