RubyGems Navigation menu

color 2.1.0

Color is a Ruby library to provide RGB, CMYK, HSL, and other color space manipulation support to applications that require it. It provides optional named RGB colors that are commonly supported in HTML, SVG, and X11 applications. The Color library performs purely mathematical manipulation of the colors based on color theory without reference to device color profiles (such as sRGB or Adobe RGB). For most purposes, when working with RGB and HSL color spaces, this won't matter. Absolute color spaces (like CIE LAB and CIE XYZ) cannot be reliably converted to relative color spaces (like RGB) without color profiles. When necessary for conversions, Color provides D65 and D50 reference white values in Color::XYZ. Color 2.1 fixes a Color::XYZ bug where the values were improperly clamped and adds more Color::XYZ white points for standard illuminants. It builds on the Color 2.0 major release, dropping support for all versions of Ruby prior to 3.2 as well as removing or renaming a number of features. The main breaking changes are: - Color classes are immutable Data objects; they are no longer mutable. - RGB named colors are no longer loaded on gem startup, but must be required explicitly (this is _not_ done via `autoload` because there are more than 100 named colors with spelling variations) with `require "color/rgb/colors"`. - Color palettes have been removed. - `Color::CSS` and `Color::CSS#[]` have been removed.

Gemfile:
=

インストール:
=

バージョン履歴:

  1. 2.1.0 July 20, 2025 (46.5KB)
  2. 2.0.1 July 05, 2025 (44.5KB)
  3. 2.0.0 July 05, 2025 (45KB)
  4. 2.0.0.pre.2 June 26, 2025 (45KB)
  5. 2.0.0.pre.1 June 16, 2025 (43.5KB)
全てのバージョンを表示(全16件)

Development依存関係 (13):

hoe ~> 4.0
hoe-git ~> 1.6
hoe-halostatue ~> 2.1, >= 2.1.1
json >= 0.0
minitest ~> 5.8
minitest-moar ~> 0.0
rake >= 10.0, < 14
rdoc >= 0.0, < 7
simplecov ~> 0.22
standard ~> 1.0

所有者:

プッシュ者:

GitHub

作者:

  • Austin Ziegler, Matt Lyon

SHA 256チェックサム:

=

来歴:

累計ダウンロード数 13,942,988

このバージョンのみ 2,272

このバージョンがリリースされたのは:

ライセンス:

MIT

必要なRubyのバージョン: >= 3.2

新しいバージョンはMFAを必要とします: true

MFAで投稿されたバージョン: true

リンク: