Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.