Categories: None [Edit]

color

https://rubygems.org/gems/color
https://github.com/halostatue/color
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.2 adds a minor feature where an RGB color created from values can silently inherit the `#name` of a predefined color if `color/rgb/colors` has already been loaded. 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.

Total

Ranking: 1,935 of 190,317
Downloads: 15,140,785

Daily

Ranking: 1,984 of 190,280
Downloads: 10,262

Depended by

RankDownloadsName
5,6561,102,581pdf-writer
9,995307,592miro
11,605224,946glimmer-dsl-libui
13,192173,132colorscore
14,989135,642rmthemegen
15,531127,076geo_pattern
15,706124,373gradient
19,15388,436coltrane
19,56385,429iroki
20,01282,206shade
21,27374,694cloud-mu
26,04455,440ringleader
27,91150,219colorb
28,98747,499color_namer
38,11332,742huey
38,32632,521limitless-led
39,03331,737code_rippa
40,68530,046rails-data-explorer
43,45427,555derailed-ziya
43,95827,156smurfville

Depends on

RankDownloadsName
81,255,248,311rake
121,216,809,286json
141,163,937,242minitest
99449,649,641simplecov
172281,306,788rdoc
1,03645,201,599simplecov-lcov
1,09042,378,062standard
2,15511,352,122minitest-focus
2,3339,164,204hoe
3,3693,923,491minitest-autotest
46,66925,050hoe-halostatue

Owners

#GravatarHandle
1iconaustin