测试已测试 | ✗ |
lang语言 | SwiftSwift |
许可证 | 自定义 |
发布最后发布 | 2017年3月 |
SwiftSwift版本 | 3.0 |
SPM支持SPM | ✗ |
由Shaun Harrison维护。
Android的Palette的Swift/iOS端口 https://android-docs.cn/reference/android/support/v7/graphics/Palette.html
Palette.generateWith(configuration: PaletteConfiguration(image: image)) {
if let color = $0.darkMutedSwatch?.color {
self.backgroundColor = color
}
if let color = $0.lightVibrantSwatch?.color {
self.textLabel.textColor = color
}
}
Apache License 2.0(从Android项目继承) - 有关更多信息,请参阅LICENSE文件。