I’ve mentioned a number of color utility libraries most recently the dynamic color library which allows you to quickly generate a color palette from a single color.
Here’s an open source Swift based color utility library with a wide variety of features with the goal of being the last coloring library you’ll need called Hue from Hyper.
The features of Hue include:
– Colors from Hex values
– Simple gradient colors
– Easy modification of a colors alpha value
– Simple color comparisons (such as is dark color, or is black or white)
You can find Hue on Github here.
A nice Swift based color utility library.
Original article: Open Source Swift Library Providing A Number Of Helpers For Working With Colors
©2016 iOS App Dev Libraries, Controls, Tutorials, Examples and Tools. All Rights Reserved.
Reference source: iOS App Dev Libraries, Controls, Tutorials, Examples and Tools