---
title: image
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nscolorwell/image
---

# image

The image to display on the button portion of a color well that adopts the expanded style.

## Declaration

```swift
var image: NSImage? { get set }
```

## Discussion

Discussion The color well applies the image only when the colorWellStyle property is set to NSColorWell.Style.expanded.

## See Also

### Configuring the appearance

- [colorWellStyle](appkit/nscolorwell/colorwellstyle.md)
- [NSColorWell.Style](appkit/nscolorwell/style.md)
- [isBordered](appkit/nscolorwell/isbordered.md)
