Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wolfmcnally/wolfcolor
A pure-Swift `Color` type (RGBA) and a library of conveniences for working with UIColor, CGColor, NSColor, blends, and gradients.
https://github.com/wolfmcnally/wolfcolor
Last synced: 26 days ago
JSON representation
A pure-Swift `Color` type (RGBA) and a library of conveniences for working with UIColor, CGColor, NSColor, blends, and gradients.
- Host: GitHub
- URL: https://github.com/wolfmcnally/wolfcolor
- Owner: wolfmcnally
- License: mit
- Created: 2018-09-16T00:48:22.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-05-09T05:52:48.000Z (over 2 years ago)
- Last Synced: 2024-12-17T04:31:59.582Z (about 1 month ago)
- Language: Swift
- Size: 94.7 KB
- Stars: 3
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WolfColor
[![CI Status](https://img.shields.io/travis/wolfmcnally/WolfColor.svg?style=flat)](https://travis-ci.org/wolfmcnally/WolfColor)
[![Version](https://img.shields.io/cocoapods/v/WolfColor.svg?style=flat)](https://cocoapods.org/pods/WolfColor)
[![License](https://img.shields.io/cocoapods/l/WolfColor.svg?style=flat)](https://cocoapods.org/pods/WolfColor)
[![Platform](https://img.shields.io/cocoapods/p/WolfColor.svg?style=flat)](https://cocoapods.org/pods/WolfColor)A pure-Swift `Color` type (RGBA) and a library of conveniences for working with UIColor, CGColor, NSColor, blends, and gradients.
## Requirements
Swift 4.2
## Installation
WolfColor is available through [CocoaPods](https://cocoapods.org). To install
it, simply add the following line to your Podfile:```ruby
pod 'WolfColor'
```## Author
Wolf McNally, [email protected]
## License
WolfColor is available under the MIT license. See the LICENSE file for more info.