# `BFColorPaletteInfo initWithPalettes:colorBackground:`

*Initializer*

## Declaration

```swift
init(palettes: [String : Any]?, colorBackground: BFColorBackground)
```

```objc
- (instancetype) initWithPalettes:(NSDictionary<NSString *,id> *) palettes colorBackground:(BFColorBackground) colorBackground;
```

```python
initWithPalettes_colorBackground_(palettes: dict[str, object], colorBackground: BFColorBackground) -> BFColorPaletteInfo
```

