An open API service indexing awesome lists of open source software.

https://github.com/red-data-tools/red-colors

Color features for Ruby
https://github.com/red-data-tools/red-colors

Last synced: about 1 year ago
JSON representation

Color features for Ruby

Awesome Lists containing this project

README

          

# Red Colors

![](https://github.com/red-data-tools/red-colors/workflows/CI/badge.svg)

## Description

Red Colors provides a wide array of features for dealing with colors.
This includes conversion between colorspaces, desaturation, and parsing colors.

## Install

```console
$ gem install red-colors
```

## Available colorspaces

- RGB
- RGBA
- HSL
- HSLA
- HUSL
- xyY
- XYZ

## Usage

To be described later.

See the [documentation](https://rubydoc.info/gems/red-colors) for now.

## License

The MIT license. See [`LICENSE.txt`](LICENSE.txt) for details.