ImagePalette 0.1.0

ImagePalette 0.1.0

测试已测试
lang语言 SwiftSwift
许可证 自定义
发布最后发布2017年3月
SwiftSwift版本3.0
SPM支持SPM

Shaun Harrison维护。



ImagePalette

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文件。