|
1 anno fa | |
---|---|---|
.. | ||
Sources | 1 anno fa | |
LICENSE | 1 anno fa | |
README.md | 1 anno fa |
The most sexy way to use colors in Swift. Both compatible with iOS and macOS.
let color = 0x123456.color
Use infix operator ~
.
let transparent = 0x123456.color ~ 50%
let red = UIColor.red ~ 10%
let float = UIColor.blue ~ 0.5 // == 50%
let view = UIView()
view.alpha = 30% // == 0.3
SwiftyColor is under MIT license. See LICENSE file for more information.