Initializer
init(palettes:colorBackground:) initWithPalettes:colorBackground: initWithPalettes_colorBackground_
Declaration
init(palettes: [String : Any]?, colorBackground: BFColorBackground)Declaration
- (instancetype) initWithPalettes:(NSDictionary<NSString *,id> *) palettes colorBackground:(BFColorBackground) colorBackground;Declaration
initWithPalettes_colorBackground_(palettes: dict[str, object], colorBackground: BFColorBackground) -> BFColorPaletteInfo