# `GSPalettes.countOfPalettes`

*Instance Property*

The number of palettes.

## Declaration

```swift
var countOfPalettes: UInt { get }
```

```objc
@property (readonly) NSUInteger countOfPalettes;
```

```python
countOfPalettes() -> int
```

