RubyGems Navigation menu

color 1.5.1

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 capabilities of the Color library are limited to pure 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 the RGB and HSL colours, this won't matter. However, some colour models (like CIE L*a*b*) are not supported because Color does not yet support colour profiles, giving no meaningful way to convert colours in absolute colour spaces (like L*a*b*, XYZ) to non-absolute colour spaces (like RGB). Color version 1.5.1 is mostly a maintenance release, fixing some bugs that may have been introduced with the previous release on Ruby 1.8.7. New features include an experimental contrast comparison method for RGB colours (found in lib/color/rgb/contrast.rb) provided by Dave Heitzman, and methods suggested by Thomas Sawyer based on the Spectrum library. Barring bugs introduced in this release, this will be the last version of color that supports Ruby 1.8, so make sure that your gem specification is set properly, to <tt>~> 1.5</tt> if that matters for your application.

Gemfile:
= クリップボードにコピー コピー完了!

インストール:
=

バージョン履歴:

  1. 1.8 - October 26, 2015 (45KB)
  2. 1.7.1 - July 17, 2014 (47.5KB)
  3. 1.7 - June 13, 2014 (47.5KB)
  4. 1.6 - May 20, 2014 (47KB)
  5. 1.5.1 - January 28, 2014 (43KB)
全てのバージョンを表示(全10件)

Development依存関係 (10):

hoe ~> 3.8
hoe-doofus ~> 1.0
hoe-gemspec2 ~> 1.1
hoe-git ~> 1.5
hoe-rubygems ~> 1.0
hoe-travis ~> 1.2
minitest ~> 5.2
rake ~> 10.0
rdoc ~> 4.0
rubyforge >= 2.0.4

所有者:

作者:

  • Austin Ziegler, Matt Lyon

SHA 256チェックサム:

15371803c888e764aff183790a554874b35d7c7ef4aea7e3c49c9efb6631067d

累計ダウンロード数 11,770,834

このバージョンのみ 52,407

ライセンス:

MIT

必要なRubyのバージョン: なし

リンク: