color version 1.7 has been released!
- home: https://github.com/halostatue/color
- code: https://github.com/halostatue/color
- bugs: https://github.com/halostatue/color/issues
- rdoc: http://rubydoc.info/github/halostatue/color
- continuous integration: <{img
src=“https://travis-ci.org/halostatue/color.png”
/}[Travis CI - Test and Deploy with Confidence]> - test coverage: <{img
src=“https://coveralls.io/repos/halostatue/color/badge.png”
alt=“Coverage Status” /}[halostatue/color | Coveralls - Test Coverage History & Statistics]>
Color is a Ruby library to provide basic RGB, CMYK, HSL, and other
colourspace
manipulation support to applications that require it. It also provides
152
named RGB colours (184 with spelling variations) that are commonly
supported in
HTML, SVG, and X11 applications. A technique for generating
monochromatic
contrasting palettes is also included.
The Color library performs purely mathematical manipulation of the
colours
based on colour theory without reference to colour profiles (such as
sRGB or
Adobe RGB). For most purposes, when working with RGB and HSL colour
spaces,
this won’t matter. Absolute colour spaces (like CIE Lab* and XYZ) and
cannot
be reliably converted to relative colour spaces (like RGB) without
colour
profiles.
Color version 1.7 adds Color::RGB::BeccaPurple for the colour #663399 in
honour
of Rebecca Meyer, the daughter of Eric Meyer, who passed away on the 7th
of
June, 2014. Her favourite colour was purple.
{#663399becca}[https://twitter.com/hashtag/663399becca]
Barring bugs introduced in this release, this is the last version of
color that
supports Ruby 1.8, so make sure that your gem specification is set
properly (to
~> 1.6) if that matters for your application.
Changes:
1.7 / 2014-06-12
-
Minor enhancements:
- Added Color::RGB::BeccaPurple (#663399) in honour of Rebecca Meyer,
the
daughter of Eric Meyer, who passed away on the 7th of June, 2014.
Her
favourite colour was purple. #663399becca
https://twitter.com/meyerweb/status/476089708674428929
The Color Purple - Zeldman on Web and Interaction Design
http://discourse.specifiction.org/t/name-663399-becca-purple-in-css4-color/225
- Added Color::RGB::BeccaPurple (#663399) in honour of Rebecca Meyer,
-
Bug fixes:
- Changed the homepage in the gem to point to github.com instead of
RubyForge, which has been shut down. Fixes #10, reported by @voxik.
- Changed the homepage in the gem to point to github.com instead of