# `BFColorPaletteInfo.palettes`

*Instance Property*

Transferable representation of `GSPalettes`. `nil` when only the text color (0xFFFF) can be selected.

## Declaration

```swift
var palettes: [String : Any]? { get set }
```

```objc
@property (strong) NSDictionary<NSString *,id> * palettes;
```

```python
palettes() -> dict[str, object]
setPalettes_(palettes: dict[str, object])
```

