Instance Property
palettes
Transferable representation of GSPalettes. nil when only the text color (0xFFFF) can be selected.
Declaration
var palettes: [String : Any]? { get set }Declaration
@property (strong) NSDictionary<NSString *,id> * palettes;Declaration
palettes() -> dict[str, object]
setPalettes_(palettes: dict[str, object])