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,945 of 192,104
Downloads: 15,403,511

Daily

Ranking: 2,431 of 192,085
Downloads: 1,498

Depended by

RankDownloadsName
5,7021,109,704pdf-writer
10,096309,177miro
11,612229,804glimmer-dsl-libui
13,309174,443colorscore
15,098136,383rmthemegen
15,570129,040geo_pattern
15,841124,868gradient
19,34389,225coltrane
19,76986,051iroki
20,31782,354shade
21,42375,659cloud-mu
26,31855,783ringleader
28,22750,444colorb
28,95348,570color_namer
38,40832,973huey
38,59832,754limitless-led
39,37631,905code_rippa
40,90030,328rails-data-explorer
43,69327,799derailed-ziya
44,19227,391smurfville

Depends on

RankDownloadsName
81,291,638,605rake
121,249,818,651json
141,193,389,048minitest
99459,987,123simplecov
167294,404,660rdoc
1,03246,343,022simplecov-lcov
1,05944,672,660standard
2,14511,873,037minitest-focus
2,3439,227,476hoe
3,3943,948,267minitest-autotest
45,46326,352hoe-halostatue

Owners

#GravatarHandle
1iconaustin