RubyGems Navigation menu

color 1.8

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 L*a*b* and XYZ) and cannot be reliably converted to relative colour spaces (like RGB) without colour profiles. Color 1.8 adds an alpha parameter to all <tt>#css_rgba</tt> calls, fixes a bug exposed by new constant lookup semantics in Ruby 2, and ensures that <tt>Color.equivalent?</tt> can only be called on Color instances. Barring bugs introduced in this release, this (really) is the last version of color that supports Ruby 1.8, so make sure that your gem specification is set properly (to <tt>~> 1.8</tt>) if that matters for your application. This version will no longer be supported one year after the release of color 2.0.

Gemfile:
=

Installeer:
=

Versies:

  1. 2.1.1 August 08, 2025 (46,5 KB)
  2. 2.1.0 July 20, 2025 (46,5 KB)
  3. 2.0.1 July 05, 2025 (44,5 KB)
  4. 2.0.0 July 05, 2025 (45 KB)
  5. 2.0.0.pre.2 June 26, 2025 (45 KB)
  6. 1.8 October 26, 2015 (45 KB)
Toon alle versies (17 totaal)

Development afhankelijkheden (15):

hoe ~> 3.14
hoe-doofus ~> 1.0
hoe-gemspec2 ~> 1.1
hoe-git ~> 1.6
hoe-travis ~> 1.2
minitest ~> 5.8
minitest-moar ~> 0.0
rake ~> 10.0
rdoc ~> 4.0
simplecov ~> 0.7

Eigenaren:

Authors:

  • Austin Ziegler, Matt Lyon

SHA 256 checksum:

=

Total downloads 14.590.785

Voor deze versie 10.678.399

Versie vrijgegeven:

Licentie:

MIT

Required Ruby Version: >= 0

New versions require MFA: true

Links: