---
title: "drawWell(inside:)"
framework: appkit
role: symbol
role_heading: Instance Method
path: "appkit/nscolorwell/drawwell(inside:)"
---

# drawWell(inside:)

Draws the area inside the color well at the specified location without drawing borders.

## Declaration

```swift
func drawWell(inside insideRect: NSRect)
```

## Parameters

- `insideRect`: The rectangle specifying the area within which to draw.
