# `GSGlyphViewControllerProtocol setBackgroundTintColor:`

*Instance Method*

## Declaration

```swift
optional func setBackgroundTintColor(_ color: NSColor?)
```

```objc
- (void) setBackgroundTintColor:(NSColor *) color;
```

```python
setBackgroundTintColor_(color: NSColor)
```

