---
title: sharedColorPanelExists
framework: appkit
role: symbol
role_heading: Type Property
path: appkit/nscolorpanel/sharedcolorpanelexists
---

# sharedColorPanelExists

Returns  a Boolean value indicating whether the NSColorPanel has been created already.

## Declaration

```swift
class var sharedColorPanelExists: Bool { get }
```

## Return Value

Return Value true if the NSColorPanel has been created already; otherwise false.

## See Also

### Obtaining the shared color panel

- [shared](appkit/nscolorpanel/shared.md)
