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,939 of 191,455
Downloads: 15,279,081

Daily

Ranking: 2,349 of 191,429
Downloads: 3,902

Depended by

RankDownloadsName
5,6801,105,303pdf-writer
10,043308,415miro
11,607227,151glimmer-dsl-libui
13,239173,976colorscore
15,028135,917rmthemegen
15,573127,501geo_pattern
15,757124,630gradient
19,19088,772coltrane
19,60785,668iroki
20,08382,270shade
21,30375,026cloud-mu
26,11255,565ringleader
27,97850,325colorb
28,81948,163color_namer
38,18932,836huey
38,39832,607limitless-led
39,13331,808code_rippa
40,72830,155rails-data-explorer
43,52727,641derailed-ziya
44,05927,222smurfville

Depends on

RankDownloadsName
81,273,120,523rake
121,234,160,962json
141,178,952,541minitest
99454,797,191simplecov
168287,988,886rdoc
1,03245,791,799simplecov-lcov
1,07343,503,073standard
2,14811,639,587minitest-focus
2,3399,195,080hoe
3,3873,937,093minitest-autotest
46,53725,271hoe-halostatue

Owners

#GravatarHandle
1iconaustin