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,956 of 196,584
Downloads: 16,394,228

Daily

Ranking: 2,097 of 196,552
Downloads: 3,983

Depended by

RankDownloadsName
5,8791,125,540pdf-writer
10,460314,597miro
11,504256,504glimmer-dsl-libui
13,720178,388colorscore
15,616138,653rmthemegen
15,951133,338geo_pattern
16,398126,367gradient
19,42193,762coltrane
20,16588,007iroki
20,94582,928shade
21,59178,981cloud-mu
26,71857,084ringleader
27,52554,656color_namer
28,63451,775colorb
39,05533,641huey
39,31533,353limitless-led
39,41833,243ydim
40,01532,574code_rippa
41,29631,237rails-data-explorer
43,63629,058coloractor

Depends on

RankDownloadsName
81,405,193,642rake
91,366,505,996json
141,290,006,448minitest
98497,448,394simplecov
152341,486,234rdoc
1,00750,895,964standard
1,02350,287,392simplecov-lcov
2,13513,070,731minitest-focus
2,3859,541,197hoe
3,4914,028,518minitest-autotest
39,36033,311hoe-halostatue

Owners

#GravatarHandle
1iconaustin