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,721
Downloads: 16,435,446

Daily

Ranking: 1,950 of 196,694
Downloads: 4,820

Depended by

RankDownloadsName
5,8811,126,372pdf-writer
10,470314,942miro
11,488257,793glimmer-dsl-libui
13,731178,558colorscore
15,637138,688rmthemegen
15,963133,573geo_pattern
16,411126,456gradient
19,44493,797coltrane
20,18988,025iroki
20,96982,952shade
21,61578,995cloud-mu
26,74557,101ringleader
27,20455,704color_namer
28,65651,790colorb
39,09833,644huey
39,36433,353limitless-led
39,45933,256ydim
40,05732,576code_rippa
41,34031,248rails-data-explorer
43,67129,058coloractor

Depends on

RankDownloadsName
81,410,641,125rake
91,372,601,330json
141,294,745,029minitest
98499,434,149simplecov
152344,213,097rdoc
1,00651,227,542standard
1,02350,451,112simplecov-lcov
2,13813,108,453minitest-focus
2,3909,558,724hoe
3,4964,031,372minitest-autotest
39,30533,421hoe-halostatue

Owners

#GravatarHandle
1iconaustin