---
title: "setBackgroundColor(_:)"
framework: quartz
role: symbol
role_heading: Instance Method
path: "quartz/qccompositionpickerview/setbackgroundcolor(_:)"
---

# setBackgroundColor(_:)

Sets the background color for the composition picker view.

## Declaration

```swift
func setBackgroundColor(_ color: NSColor!)
```

## Parameters

- `color`: The color for the background.

## See Also

### Setting and Getting the Background Color

- [backgroundColor()](quartz/qccompositionpickerview/backgroundcolor().md)
