Latest | 0.1.0 |
---|---|
Homepage | https://github.com/karlbecker/UIColor-RandomColors |
License | MIT |
Platforms | ios |
Authors |
UIColor-RandomColors
Generate random UIColors across the visible spectrum, or limit your randomness to above or below a specific value (lightness or darkness).
Latest podspec
{ "name": "UIColor+RandomColors", "version": "0.1.0", "summary": "Generate random UIColors, using all of a portion of the visible spectrum.", "description": " A random color is sometimes useful or just plain fun, but a completely random color is rarely desired. Instead, you might want a random but fairly dark color, or a random but fairly light color.n n UIColor+RandomColors adds a few methods to grab random colors, and to specify either a lower or upper bound on the value (the lightness or darkness) of the color.nnFuture potential ideas that would be great to branch from this and submit a pull request for:n * Set a saturation or hue bound for random colors, so you can get a random color within a slice of the spectrum.n * Choose a random color that matches a given color as defined by a rule such as complementary, contrasting, or triad.n", "homepage": "https://github.com/karlbecker/UIColor-RandomColors", "license": { "type": "MIT", "file": "LICENSE" }, "authors": { "Karl Becker": "[email protected]" }, "social_media_url": "http://twitter.com/karlbecker_com", "platforms": { "ios": null }, "source": { "git": "https://github.com/karlbecker/UIColor-RandomColors.git", "tag": "0.1.0" }, "source_files": [ "Categories", "Categories/**/*.{h,m}" ], "requires_arc": false }
Sun, 06 Mar 2016 12:10:05 +0000