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.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.

Total

Ranking: 1,914 of 187,922
Downloads: 14,506,574

Daily

Ranking: 1,985 of 187,912
Downloads: 7,202

Depended by

RankDownloadsName
5,5591,090,202pdf-writer
9,813303,246miro
11,789207,393glimmer-dsl-libui
13,022170,216colorscore
14,774133,533rmthemegen
15,293125,358geo_pattern
15,451123,095gradient
18,99686,200coltrane
19,33383,804iroki
19,62981,858shade
21,22072,433cloud-mu
25,91554,015ringleader
27,73949,043colorb
28,93446,159color_namer
37,79932,152huey
37,93731,970limitless-led
38,60331,245code_rippa
40,58129,250rails-data-explorer
42,97827,165derailed-ziya
43,42726,784smurfville

Depends on

RankDownloadsName
101,176,150,329rake
121,147,279,021json
151,100,077,145minitest
99428,495,631simplecov
180252,624,334rdoc
1,04942,825,505simplecov-lcov
1,18036,539,843standard
2,15810,481,962minitest-focus
2,3029,015,315hoe
3,3103,882,449minitest-autotest
11,929202,233hoe-git
43,08627,069minitest-moar
52,59720,661hoe-halostatue

Owners

#GravatarHandle
1iconaustin