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
- Host: GitHub
- URL: https://github.com/red-data-tools/red-colors
- Owner: red-data-tools
- License: mit
- Created: 2019-10-15T16:51:26.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-02-18T13:31:37.000Z (over 2 years ago)
- Last Synced: 2024-05-01T22:41:23.024Z (about 2 years ago)
- Language: Ruby
- Size: 192 KB
- Stars: 4
- Watchers: 6
- Forks: 3
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Red Colors

## 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.